|
|
|
@ -49,7 +49,7 @@ |
|
|
|
<image src="https://static.ticket.sz-trip.com/xcxImages/index/icon2.png" mode="widthFix"></image> |
|
|
|
<view class="top-icon-text">一卡游苏州</view> |
|
|
|
</view> |
|
|
|
<view bindtap="gotoPath" data-title="场馆预约" data-path="/pages/list/museum/index" class="top-icon-item"> |
|
|
|
<view bindtap="gotoPath" data-title="场馆预约" data-path="/pages/list/{{isTest?'scene':'museum'}}/index" class="top-icon-item"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/xcxImages/index/icon6.png" mode="widthFix"></image> |
|
|
|
<view class="top-icon-text">场馆预约</view> |
|
|
|
</view> |
|
|
|
@ -259,6 +259,10 @@ |
|
|
|
<image src="https://static.ticket.sz-trip.com/xcxImages/index/newpb11.png" mode="widthFix"></image> |
|
|
|
<view>文旅单位</view> |
|
|
|
</view> |
|
|
|
<view bindtap="gotoMini" data-title="国保微展示" data-path="pages/index/index" data-appid="wxe21b8429555d777a" class="pbservice-item"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/xcxImages/index/newpb12.png" mode="widthFix"></image> |
|
|
|
<view>国保微展示</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</scroll-view> |
|
|
|
<view class="scroll-line"> |
|
|
|
@ -273,10 +277,21 @@ |
|
|
|
wx:for="{{10}}" src="https://static.ticket.sz-trip.com/xcxImages/index/six{{index+1}}.png" mode="widthFix"> |
|
|
|
</image> |
|
|
|
</view> |
|
|
|
<view class="sale-road-boxes" style="margin-top:0" wx:if="{{otherPlat}}"> |
|
|
|
<image mode="widthFix" style="width:446rpx" src="https://static.ticket.sz-trip.com/xcxImages/index/title8.png"> |
|
|
|
</image> |
|
|
|
</view> |
|
|
|
<view class="other-plats" wx:if="{{otherPlat}}"> |
|
|
|
<view class="other-plat" wx:for="{{otherPlat}}" bindtap="gotoOther" data-item="{{item}}"> |
|
|
|
<image src="{{item.icon}}" mode="widthFix"></image> |
|
|
|
<view>{{item.name}}</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="sale-road-boxes" style="margin-top:0"> |
|
|
|
<image mode="widthFix" style="width:267rpx" src="https://static.ticket.sz-trip.com/xcxImages/index/title4.png"> |
|
|
|
</image> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="hot-list" wx:if="{{isTest==false}}"> |
|
|
|
<view class="hot-list-item" wx:for="{{2}}" wx:for-index="number"> |
|
|
|
<view wx:for="{{list}}" wx:if="{{index%2==number}}" bindtap="gotoDetail" data-item="{{item}}"> |
|
|
|
|