|
|
|
@ -31,10 +31,10 @@ |
|
|
|
<image src="https://static.ticket.sz-trip.com/xcxImages/activitynew/icon5{{type==5?'_active':''}}.png" mode="widthFix"></image> |
|
|
|
<view style="{{type==5?'color:#0B898E':''}}">讲座</view> |
|
|
|
</view> --> |
|
|
|
<view class="type-item" bindtap="changeType" data-type="4"> |
|
|
|
<!-- <view class="type-item" bindtap="changeType" data-type="4"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/xcxImages/activitynew/icon4{{type==4?'_active':''}}.png" mode="widthFix"></image> |
|
|
|
<view style="{{type==4?'color:#63B71F':''}}">电影</view> |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
<view class="type-item" bindtap="changeType" data-type="6" style="margin-right:30rpx"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/xcxImages/activitynew/icon6{{type==6?'_active':''}}.png" mode="widthFix"></image> |
|
|
|
<view style="{{type==6?'color:#54b9ed':''}}">其他</view> |
|
|
|
|