|
|
@ -12,7 +12,7 @@ |
|
|
</picker> |
|
|
</picker> |
|
|
<view class="menus" wx:if="{{showMore=='close'}}"> |
|
|
<view class="menus" wx:if="{{showMore=='close'}}"> |
|
|
<!-- <view class="open" bindtap="changeShow"></view> --> |
|
|
<!-- <view class="open" bindtap="changeShow"></view> --> |
|
|
<image bindtap="changeShow" class="img-icon" src="https://static.ticket.sz-trip.com/uploads/20240129/e06f57483a5dfb145a30ab13226d2e93.png" mode=""/> |
|
|
<image bindtap="changeShow" class="img-icon-new" src="https://static.ticket.sz-trip.com/uploads/20240426/dcc098205e0fbf21f0056ebe6046d10f.png" mode=""/> |
|
|
<view class="menu-list"> |
|
|
<view class="menu-list"> |
|
|
<view class="menus-item{{type==1?' active':''}}" bindtap="changeType" data-title="景点" data-type="1"> |
|
|
<view class="menus-item{{type==1?' active':''}}" bindtap="changeType" data-title="景点" data-type="1"> |
|
|
<image class="menus-item-img" src="{{type==1?'https://static.ticket.sz-trip.com/uploads/20240123/f188907357875241284e3b108f44588f.png':'https://static.ticket.sz-trip.com/uploads/20240123/ef1d97cfef1494aafe9913dcd98ea677.png'}}" mode="aspectFill"/> |
|
|
<image class="menus-item-img" src="{{type==1?'https://static.ticket.sz-trip.com/uploads/20240123/f188907357875241284e3b108f44588f.png':'https://static.ticket.sz-trip.com/uploads/20240123/ef1d97cfef1494aafe9913dcd98ea677.png'}}" mode="aspectFill"/> |
|
|
@ -45,46 +45,46 @@ |
|
|
<image class="menu-item-img" src="{{type==2?'https://static.ticket.sz-trip.com/uploads/20240123/021858cdaa954dab5eb8180303f33143.png':'https://static.ticket.sz-trip.com/uploads/20240123/c6c46566f32eeb8b9663a6be2ef0ae08.png'}}" mode="aspectFill"/> |
|
|
<image class="menu-item-img" src="{{type==2?'https://static.ticket.sz-trip.com/uploads/20240123/021858cdaa954dab5eb8180303f33143.png':'https://static.ticket.sz-trip.com/uploads/20240123/c6c46566f32eeb8b9663a6be2ef0ae08.png'}}" mode="aspectFill"/> |
|
|
<text class="text">场馆</text> |
|
|
<text class="text">场馆</text> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
<view class="menus-item{{type==9?' active':''}}" bindtap="changeType" data-title="停车场" data-type="9"> |
|
|
|
|
|
<image class="menu-item-img" src="{{type==9?'https://static.ticket.sz-trip.com/uploads/20240123/45fc9c09cbbe5d4059c147f8374f21ac.png':'https://static.ticket.sz-trip.com/uploads/20240123/8d115105bc4eab2e2e87b36657f8c908.png'}}" mode="aspectFill"/> |
|
|
|
|
|
<text class="text">停车场</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="menus-item{{type==11?' active':''}}" bindtap="changeType" data-title="游客中心" data-type="11"> |
|
|
|
|
|
<image class="menu-item-img" src="{{type==11?'https://static.ticket.sz-trip.com/uploads/20240123/2f90c0a3be0afbab22ab9c07c6a0eb4c.png':'https://static.ticket.sz-trip.com/uploads/20240123/434433c37b40681d6b6d7e99fe8736f3.png'}}" mode="aspectFill"/> |
|
|
|
|
|
<text class="text">游客中心</text> |
|
|
|
|
|
</view> |
|
|
<view class="menus-item{{type==3?' active':''}}" bindtap="changeType" data-title="酒店" data-type="3"> |
|
|
<view class="menus-item{{type==3?' active':''}}" bindtap="changeType" data-title="酒店" data-type="3"> |
|
|
<image class="menu-item-img" src="{{type==3?'https://static.ticket.sz-trip.com/uploads/20240123/bf35245fe360ee8ff7194deff26285e5.png':'https://static.ticket.sz-trip.com/uploads/20240123/8e81faa85e98a7bee269ef9fdbfd6628.png'}}" mode="aspectFill"/> |
|
|
<image class="menu-item-img" src="{{type==3?'https://static.ticket.sz-trip.com/uploads/20240123/bf35245fe360ee8ff7194deff26285e5.png':'https://static.ticket.sz-trip.com/uploads/20240123/8e81faa85e98a7bee269ef9fdbfd6628.png'}}" mode="aspectFill"/> |
|
|
<text class="text">酒店</text> |
|
|
<text class="text">酒店</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="menus-item{{type==4?' active':''}}" bindtap="changeType" data-title="公共自行车" data-type="4"> |
|
|
<view class="menus-item{{type==10?' active':''}}" bindtap="changeType" data-title="行李寄存" data-type="10"> |
|
|
<image class="menu-item-img" src="{{type==4?'https://static.ticket.sz-trip.com/uploads/20240123/8a953d4354ce4fd6b63832d00ba1d93a.png':'https://static.ticket.sz-trip.com/uploads/20240123/47a1dc475686ef5a080ba2a297dd78d8.png'}}" mode="aspectFill"/> |
|
|
<image class="menu-item-img" src="{{type==10?'https://static.ticket.sz-trip.com/uploads/20240123/4288a56bbb7d333e4c007baa68c5e02f.png':'https://static.ticket.sz-trip.com/uploads/20240123/fdd743af95af2679f2dd60229fe06bd0.png'}}" mode="aspectFill"/> |
|
|
<text class="text">公共自行车</text> |
|
|
<text class="text">行李寄存</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="menus-item{{type==12?' active':''}}" bindtap="changeType" data-title="特产" data-type="12"> |
|
|
|
|
|
<image class="menu-item-img" src="{{type==12?'https://static.ticket.sz-trip.com/uploads/20240123/8d8bf4cd274617eddc67b7f7bfc600ad.png':'https://static.ticket.sz-trip.com/uploads/20240123/c3fe8b4e3c7b13ff8eeabad48f2784c1.png'}}" mode="aspectFill"/> |
|
|
|
|
|
<text class="text">特产</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="menus-item{{type==5?' active':''}}" bindtap="changeType" data-title="美食" data-type="5"> |
|
|
<view class="menus-item{{type==5?' active':''}}" bindtap="changeType" data-title="美食" data-type="5"> |
|
|
<image class="menu-item-img" src="{{type==5?'https://static.ticket.sz-trip.com/uploads/20240123/a1c54d7b95d69646d55a7cb66a5b7ba2.png':'https://static.ticket.sz-trip.com/uploads/20240123/491264b09539365d16c8f625a5c40258.png'}}" mode="aspectFill"/> |
|
|
<image class="menu-item-img" src="{{type==5?'https://static.ticket.sz-trip.com/uploads/20240123/a1c54d7b95d69646d55a7cb66a5b7ba2.png':'https://static.ticket.sz-trip.com/uploads/20240123/491264b09539365d16c8f625a5c40258.png'}}" mode="aspectFill"/> |
|
|
<text class="text">美食</text> |
|
|
<text class="text">美食</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="menus-item{{type==6?' active':''}}" bindtap="changeType" data-title="文保单位" data-type="6"> |
|
|
<view class="menus-item{{type==4?' active':''}}" bindtap="changeType" data-title="公共自行车" data-type="4"> |
|
|
<image class="menu-item-img" src="{{type==6?'https://static.ticket.sz-trip.com/uploads/20240123/7ff3f0b3305d326eeef98d2886533230.png':'https://static.ticket.sz-trip.com/uploads/20240123/8c35ff42eb2c0c41dfadaa21af3310d5.png'}}" mode="aspectFill"/> |
|
|
<image class="menu-item-img" src="{{type==4?'https://static.ticket.sz-trip.com/uploads/20240123/8a953d4354ce4fd6b63832d00ba1d93a.png':'https://static.ticket.sz-trip.com/uploads/20240123/47a1dc475686ef5a080ba2a297dd78d8.png'}}" mode="aspectFill"/> |
|
|
<text class="text">文保单位</text> |
|
|
<text class="text">公共自行车</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="menus-item{{type==7?' active':''}}" bindtap="changeType" data-title="运河十景" data-type="7"> |
|
|
<view class="menus-item{{type==7?' active':''}}" bindtap="changeType" data-title="运河十景" data-type="7"> |
|
|
<image class="menu-item-img" src="{{type==7?'https://static.ticket.sz-trip.com/uploads/20240123/c57bfbb67fe73593904e92188399ea10.png':'https://static.ticket.sz-trip.com/uploads/20240123/c99e25679e5c1d5a9e0587ddcb278948.png'}}" mode="aspectFill"/> |
|
|
<image class="menu-item-img" src="{{type==7?'https://static.ticket.sz-trip.com/uploads/20240123/c57bfbb67fe73593904e92188399ea10.png':'https://static.ticket.sz-trip.com/uploads/20240123/c99e25679e5c1d5a9e0587ddcb278948.png'}}" mode="aspectFill"/> |
|
|
<text class="text">运河十景</text> |
|
|
<text class="text">运河十景</text> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
<view class="menus-item{{type==6?' active':''}}" bindtap="changeType" data-title="文保单位" data-type="6"> |
|
|
|
|
|
<image class="menu-item-img" src="{{type==6?'https://static.ticket.sz-trip.com/uploads/20240123/7ff3f0b3305d326eeef98d2886533230.png':'https://static.ticket.sz-trip.com/uploads/20240123/8c35ff42eb2c0c41dfadaa21af3310d5.png'}}" mode="aspectFill"/> |
|
|
|
|
|
<text class="text">文保单位</text> |
|
|
|
|
|
</view> |
|
|
<view class="menus-item{{type==8?' active':''}}" bindtap="changeType" data-title="江南小书场" data-type="8"> |
|
|
<view class="menus-item{{type==8?' active':''}}" bindtap="changeType" data-title="江南小书场" data-type="8"> |
|
|
<image class="menu-item-img" src="{{type==8?'https://static.ticket.sz-trip.com/uploads/20240123/a95f3135ee4c9550b7bb0e855e8eb13b.png':'https://static.ticket.sz-trip.com/uploads/20240123/7dc1051d06ad9a4703edc209b065e851.png'}}" mode="aspectFill"/> |
|
|
<image class="menu-item-img" src="{{type==8?'https://static.ticket.sz-trip.com/uploads/20240123/a95f3135ee4c9550b7bb0e855e8eb13b.png':'https://static.ticket.sz-trip.com/uploads/20240123/7dc1051d06ad9a4703edc209b065e851.png'}}" mode="aspectFill"/> |
|
|
<text class="text">江南小书场</text> |
|
|
<text class="text">江南小书场</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="menus-item{{type==9?' active':''}}" bindtap="changeType" data-title="停车场" data-type="9"> |
|
|
|
|
|
<image class="menu-item-img" src="{{type==9?'https://static.ticket.sz-trip.com/uploads/20240123/45fc9c09cbbe5d4059c147f8374f21ac.png':'https://static.ticket.sz-trip.com/uploads/20240123/8d115105bc4eab2e2e87b36657f8c908.png'}}" mode="aspectFill"/> |
|
|
|
|
|
<text class="text">停车场</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="menus-item{{type==10?' active':''}}" bindtap="changeType" data-title="行李寄存" data-type="10"> |
|
|
|
|
|
<image class="menu-item-img" src="{{type==10?'https://static.ticket.sz-trip.com/uploads/20240123/4288a56bbb7d333e4c007baa68c5e02f.png':'https://static.ticket.sz-trip.com/uploads/20240123/fdd743af95af2679f2dd60229fe06bd0.png'}}" mode="aspectFill"/> |
|
|
|
|
|
<text class="text">行李寄存</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="menus-item{{type==11?' active':''}}" bindtap="changeType" data-title="游客中心" data-type="11"> |
|
|
|
|
|
<image class="menu-item-img" src="{{type==11?'https://static.ticket.sz-trip.com/uploads/20240123/2f90c0a3be0afbab22ab9c07c6a0eb4c.png':'https://static.ticket.sz-trip.com/uploads/20240123/434433c37b40681d6b6d7e99fe8736f3.png'}}" mode="aspectFill"/> |
|
|
|
|
|
<text class="text">游客中心</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="menus-item{{type==12?' active':''}}" bindtap="changeType" data-title="特产" data-type="12"> |
|
|
|
|
|
<image class="menu-item-img" src="{{type==12?'https://static.ticket.sz-trip.com/uploads/20240123/8d8bf4cd274617eddc67b7f7bfc600ad.png':'https://static.ticket.sz-trip.com/uploads/20240123/c3fe8b4e3c7b13ff8eeabad48f2784c1.png'}}" mode="aspectFill"/> |
|
|
|
|
|
<text class="text">特产</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="menus-item{{type==13?' active':''}}" bindtap="changeType" data-title="红色地图" data-type="13"> |
|
|
<view class="menus-item{{type==13?' active':''}}" bindtap="changeType" data-title="红色地图" data-type="13"> |
|
|
<image class="menu-item-img" src="{{type==13?'https://static.ticket.sz-trip.com/uploads/20240123/176d442b0df8b16329ac62ffd481815a.png':'https://static.ticket.sz-trip.com/uploads/20240123/789606012a481332c98a5bd7ccb07306.png'}}" mode="aspectFill"/> |
|
|
<image class="menu-item-img" src="{{type==13?'https://static.ticket.sz-trip.com/uploads/20240123/176d442b0df8b16329ac62ffd481815a.png':'https://static.ticket.sz-trip.com/uploads/20240123/789606012a481332c98a5bd7ccb07306.png'}}" mode="aspectFill"/> |
|
|
<text class="text">红色地图</text> |
|
|
<text class="text">红色地图</text> |
|
|
|