|
|
|
@ -9,86 +9,90 @@ |
|
|
|
<picker mode="selector" value="{{areaIndex}}" range="{{areas}}" range-key="area_title" bindchange="changeArea"> |
|
|
|
<view class="picker" style="top:{{selectHeight}}px"> |
|
|
|
<view class="areatext">{{areas[areaIndex].area_title}}</view> |
|
|
|
<image src="https://static.ticket.sz-trip.com/xcxImages/activity/arrow.png" mode="widthFix"></image> |
|
|
|
<image lazy-load src="https://static.ticket.sz-trip.com/xcxImages/activity/arrow.png" mode="widthFix"></image> |
|
|
|
</view> |
|
|
|
</picker> |
|
|
|
<view class="menus" wx:if="{{showMore=='close'}}"> |
|
|
|
<!-- <view class="open" bindtap="changeShow"></view> --> |
|
|
|
<image bindtap="changeShow" class="img-icon-new" src="https://static.ticket.sz-trip.com/uploads/20240426/dcc098205e0fbf21f0056ebe6046d10f.png" mode=""/> |
|
|
|
<image lazy-load bindtap="changeShow" class="img-icon-new" src="https://static.ticket.sz-trip.com/uploads/20240426/dcc098205e0fbf21f0056ebe6046d10f.png" mode=""/> |
|
|
|
<view class="menu-list"> |
|
|
|
<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 lazy-load 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"/> |
|
|
|
<text class="text">景点</text> |
|
|
|
</view> |
|
|
|
<view class="menu-item{{type==2?' active':''}}" bindtap="changeType" data-title="场馆" data-type="2"> |
|
|
|
<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 lazy-load 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> |
|
|
|
</view> |
|
|
|
<view class="menu-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 lazy-load 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> |
|
|
|
</view> |
|
|
|
<view class="menu-item{{type==4?' active':''}}" bindtap="changeType" data-title="公共自行车" data-type="4"> |
|
|
|
<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"/> |
|
|
|
<!-- <view class="menu-item{{type==4?' active':''}}" bindtap="changeType" data-title="公共自行车" data-type="4"> |
|
|
|
<image lazy-load 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> |
|
|
|
</view> --> |
|
|
|
<view class="menus-item{{type==7?' active':''}}" bindtap="changeType" data-title="运河十景" data-type="7"> |
|
|
|
<image lazy-load 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> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="menus2" wx:else> |
|
|
|
<!-- <image class="shouqi" bindtap="changeClose" src="https://static.ticket.sz-trip.com/uploads/20240123/2ce83ab3fb61f0bf2b3aa8338ac30d73.png" mode=""/> --> |
|
|
|
<image bindtap="changeClose" class="img-icon" src="https://static.ticket.sz-trip.com/uploads/20240429/f2443b72067da82373d545db179f4dca.png" mode=""/> |
|
|
|
<!-- <image lazy-load class="shouqi" bindtap="changeClose" src="https://static.ticket.sz-trip.com/uploads/20240123/2ce83ab3fb61f0bf2b3aa8338ac30d73.png" mode=""/> --> |
|
|
|
<image lazy-load bindtap="changeClose" class="img-icon" src="https://static.ticket.sz-trip.com/uploads/20240429/f2443b72067da82373d545db179f4dca.png" mode=""/> |
|
|
|
<scroll-view scroll-x style="height:280rpx" bindscroll="listenScroll" class=""> |
|
|
|
<view class="menus-list1" style="margin-bottom:30rpx"> |
|
|
|
<view class="menus-item{{type==1?' active':''}}" bindtap="changeType" data-title="景点" data-type="1"> |
|
|
|
<image class="menu-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 lazy-load class="menu-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"/> |
|
|
|
<text class="text">景点</text> |
|
|
|
</view> |
|
|
|
<view class="menus-item{{type==2?' active':''}}" bindtap="changeType" data-title="场馆" data-type="2"> |
|
|
|
<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 lazy-load 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> |
|
|
|
</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"/> |
|
|
|
<image lazy-load 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"/> |
|
|
|
<image lazy-load 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"> |
|
|
|
<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 lazy-load 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> |
|
|
|
</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"/> |
|
|
|
<image lazy-load 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==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"/> |
|
|
|
<image lazy-load 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==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 lazy-load 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> |
|
|
|
</view> |
|
|
|
<view class="menus-item{{type==4?' active':''}}" bindtap="changeType" data-title="公共自行车" data-type="4"> |
|
|
|
<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"/> |
|
|
|
<!-- <view class="menus-item{{type==4?' active':''}}" bindtap="changeType" data-title="公共自行车" data-type="4"> |
|
|
|
<image lazy-load 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> |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
<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 lazy-load 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> |
|
|
|
</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"/> |
|
|
|
<image lazy-load 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"> |
|
|
|
<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 lazy-load 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> |
|
|
|
</view> |
|
|
|
<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 lazy-load 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> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -100,27 +104,27 @@ |
|
|
|
</view> |
|
|
|
<!-- <view class="right-menus" style="top:{{seachHeight}}px"> |
|
|
|
<view class="right-menu-item{{type==1?' active':''}}" bindtap="changeType" data-title="景点" data-type="1"> |
|
|
|
<image src="{{type==1?'https://static.ticket.sz-trip.com/uploads/20230506/575180365a27f3060e6a15e796229ce9.png':'https://static.ticket.sz-trip.com/uploads/20230506/5ec907e6ff03f558b1f6a3bf96894ccb.png'}}" mode="aspectFill"/> |
|
|
|
<image lazy-load src="{{type==1?'https://static.ticket.sz-trip.com/uploads/20230506/575180365a27f3060e6a15e796229ce9.png':'https://static.ticket.sz-trip.com/uploads/20230506/5ec907e6ff03f558b1f6a3bf96894ccb.png'}}" mode="aspectFill"/> |
|
|
|
<text class="text">景点</text> |
|
|
|
</view> |
|
|
|
<view class="right-menu-item{{type==2?' active':''}}" bindtap="changeType" data-title="场馆" data-type="2"> |
|
|
|
<image src="{{type==2?'https://static.ticket.sz-trip.com/uploads/20230506/575180365a27f3060e6a15e796229ce9.png':'https://static.ticket.sz-trip.com/uploads/20230506/4019480777583c7efcf18943b21b1ba3.png'}}" mode="aspectFill"/> |
|
|
|
<image lazy-load src="{{type==2?'https://static.ticket.sz-trip.com/uploads/20230506/575180365a27f3060e6a15e796229ce9.png':'https://static.ticket.sz-trip.com/uploads/20230506/4019480777583c7efcf18943b21b1ba3.png'}}" mode="aspectFill"/> |
|
|
|
|
|
|
|
<text class="text">场馆</text> |
|
|
|
</view> |
|
|
|
<view wx:if="{{isTest==false}}" class="right-menu-item{{type==3?' active':''}}" data-title="特产" bindtap="changeType" data-type="3"> |
|
|
|
|
|
|
|
<image src="{{type==3?'https://static.ticket.sz-trip.com/uploads/20230506/575180365a27f3060e6a15e796229ce9.png':'https://static.ticket.sz-trip.com/uploads/20230506/054cea53a068545e9e27fa9cd3acbdec.png'}}" mode="aspectFill"/> |
|
|
|
<image lazy-load src="{{type==3?'https://static.ticket.sz-trip.com/uploads/20230506/575180365a27f3060e6a15e796229ce9.png':'https://static.ticket.sz-trip.com/uploads/20230506/054cea53a068545e9e27fa9cd3acbdec.png'}}" mode="aspectFill"/> |
|
|
|
|
|
|
|
<text class="text">特产</text> |
|
|
|
</view> |
|
|
|
<view wx:if="{{isTest==false}}" class="right-menu-item{{type==4?' active':''}}" data-title="美食" bindtap="changeType" data-type="4"> |
|
|
|
<image src="{{type==4?'https://static.ticket.sz-trip.com/uploads/20230506/575180365a27f3060e6a15e796229ce9.png':'https://static.ticket.sz-trip.com/uploads/20230506/04c558efe2650ca21f4612d60cc02a32.png'}}" mode="aspectFill"/> |
|
|
|
<image lazy-load src="{{type==4?'https://static.ticket.sz-trip.com/uploads/20230506/575180365a27f3060e6a15e796229ce9.png':'https://static.ticket.sz-trip.com/uploads/20230506/04c558efe2650ca21f4612d60cc02a32.png'}}" mode="aspectFill"/> |
|
|
|
|
|
|
|
<text class="text">美食</text> |
|
|
|
</view> |
|
|
|
<view class="right-menu-item{{type==5?' active':''}}" bindtap="changeType" data-title="文物" data-type="5"> |
|
|
|
<image src="{{type==5?'https://static.ticket.sz-trip.com/uploads/20230506/575180365a27f3060e6a15e796229ce9.png':'https://static.ticket.sz-trip.com/uploads/20230506/be9f147b71b30acb0cd210b973787a31.png'}}" mode="aspectFill"/> |
|
|
|
<image lazy-load src="{{type==5?'https://static.ticket.sz-trip.com/uploads/20230506/575180365a27f3060e6a15e796229ce9.png':'https://static.ticket.sz-trip.com/uploads/20230506/be9f147b71b30acb0cd210b973787a31.png'}}" mode="aspectFill"/> |
|
|
|
|
|
|
|
<text class="text">文保单位</text> |
|
|
|
</view> --> |
|
|
|
@ -129,17 +133,17 @@ |
|
|
|
<text>影院</text> |
|
|
|
</view> --> |
|
|
|
<!-- <view class="right-menu-item{{type==6?' active':''}}" bindtap="changeType" data-title="运河十景" data-type="6"> |
|
|
|
<image src="{{type==6?'https://static.ticket.sz-trip.com/uploads/20230506/575180365a27f3060e6a15e796229ce9.png':'https://static.ticket.sz-trip.com/uploads/20230506/848919fa7df7d7a2cac6c671ff36c28c.png'}}" mode="aspectFill"/> |
|
|
|
<image lazy-load src="{{type==6?'https://static.ticket.sz-trip.com/uploads/20230506/575180365a27f3060e6a15e796229ce9.png':'https://static.ticket.sz-trip.com/uploads/20230506/848919fa7df7d7a2cac6c671ff36c28c.png'}}" mode="aspectFill"/> |
|
|
|
|
|
|
|
<text class="text">运河十景</text> |
|
|
|
</view> |
|
|
|
<view class="right-menu-item{{type==8?' active':''}}" bindtap="changeType" data-title="江南小书场" data-type="8"> |
|
|
|
<image src="{{type==8?'https://static.ticket.sz-trip.com/uploads/20230506/575180365a27f3060e6a15e796229ce9.png':'https://static.ticket.sz-trip.com/uploads/20230506/825ba0d2c4879e5609ecd1f585e48df8.png'}}" mode="aspectFill"/> |
|
|
|
<image lazy-load src="{{type==8?'https://static.ticket.sz-trip.com/uploads/20230506/575180365a27f3060e6a15e796229ce9.png':'https://static.ticket.sz-trip.com/uploads/20230506/825ba0d2c4879e5609ecd1f585e48df8.png'}}" mode="aspectFill"/> |
|
|
|
|
|
|
|
<text class="text">江南小书场</text> |
|
|
|
</view> |
|
|
|
<view class="right-menu-item{{type==9?' active':''}}" bindtap="changeType" data-title="江南小书场" data-type="9"> |
|
|
|
<image src="{{type==9?'https://static.ticket.sz-trip.com/uploads/20230506/575180365a27f3060e6a15e796229ce9.png':'https://static.ticket.sz-trip.com/uploads/20230506/054cea53a068545e9e27fa9cd3acbdec.png'}}" mode="aspectFill"/> |
|
|
|
<image lazy-load src="{{type==9?'https://static.ticket.sz-trip.com/uploads/20230506/575180365a27f3060e6a15e796229ce9.png':'https://static.ticket.sz-trip.com/uploads/20230506/054cea53a068545e9e27fa9cd3acbdec.png'}}" mode="aspectFill"/> |
|
|
|
<text class="text">红色地图</text> |
|
|
|
</view> --> |
|
|
|
<!-- <view class="right-menu-item{{type==9?' active':''}}" bindtap="changeType" data-title="文化单位" data-type="9"> |
|
|
|
@ -191,7 +195,7 @@ |
|
|
|
<view class="map-item scenic-item" wx:if="{{showInfo && info && info.info.type=='scenic'}}"> |
|
|
|
<view style="display: flex;"> |
|
|
|
<view class="iconfont icon-ic_searchclosed" bindtap="hideInfo"></view> |
|
|
|
<image wx:if="{{info.info.headimg}}" src="{{info.info.headimg}}" mode="aspectFill"></image> |
|
|
|
<image lazy-load wx:if="{{info.info.headimg}}" src="{{info.info.headimg}}" mode="aspectFill"></image> |
|
|
|
<view class="info" style="{{info.info.headimg?'':'width:100%'}}"> |
|
|
|
<view class="title textOver">{{info.info.title}}</view> |
|
|
|
<view class="subtitle textOver2">地址:{{info.info.address}}</view> |
|
|
|
@ -219,7 +223,7 @@ |
|
|
|
</view> |
|
|
|
<view class="map-item" wx:if="{{showInfo && info && (info.info.type!='park' &&info.info.type!='publicBycicle' &&info.info.type!='tourist' &&info.info.type!='luggage'&&info.info.type!='scenic')}}"> |
|
|
|
<view class="iconfont icon-ic_searchclosed" bindtap="hideInfo"></view> |
|
|
|
<image wx:if="{{info.info.headimg}}" src="{{info.info.headimg}}" mode="aspectFill"></image> |
|
|
|
<image lazy-load wx:if="{{info.info.headimg}}" src="{{info.info.headimg}}" mode="aspectFill"></image> |
|
|
|
<view class="info" style="{{info.info.headimg?'':'width:100%'}}"> |
|
|
|
<view class="title textOver">{{info.info.title}}</view> |
|
|
|
<view class="subtitle textOver2">地址:{{info.info.address}}</view> |
|
|
|
@ -235,7 +239,7 @@ |
|
|
|
<view class="subtitle textOver">开放时间:{{info.info.open_time}}</view> |
|
|
|
<view class="map-item-tip">景区图片</view> |
|
|
|
<view class="sign-pic-list"> |
|
|
|
<image bindtap="showImages" data-index="{{index}}" src="{{item}}" wx:for="{{info.info.listimg}}" mode="aspectFill"></image> |
|
|
|
<image lazy-load bindtap="showImages" data-index="{{index}}" src="{{item}}" wx:for="{{info.info.listimg}}" mode="aspectFill"></image> |
|
|
|
</view> |
|
|
|
<view class="map-item-menus" wx:if="{{menus.length>0}}"> |
|
|
|
<view bindtap="changeMenu" wx:if="{{item}}" data-index="{{index}}" wx:for="{{menus}}" class="map-item-menu {{menuIndex==index?'active':''}}">{{item}}</view> |
|
|
|
@ -243,7 +247,7 @@ |
|
|
|
<view class="list{{menus[menuIndex]=='视频'?' videolist':''}}"> |
|
|
|
<view wx:for="{{productList}}" bindtap="gotoDetailNew" data-item="{{item}}"> |
|
|
|
<view class="video-item" wx:if="{{menus[menuIndex]=='视频'}}"> |
|
|
|
<image class="main-img" src="{{item.head_img}}" mode="aspectFill"></image> |
|
|
|
<image lazy-load class="main-img" src="{{item.head_img}}" mode="aspectFill"></image> |
|
|
|
<view class="video-title textOver2">{{item.title}}</view> |
|
|
|
<view class="video-bottom"> |
|
|
|
<view class="iconfont icon-eye"></view> |
|
|
|
@ -252,27 +256,27 @@ |
|
|
|
<view>{{item.like_number}}</view> |
|
|
|
</view> |
|
|
|
<view class="video-play-mask"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/xcxImages/map/videoplay.png" mode="aspectFill"></image> |
|
|
|
<image lazy-load src="https://static.ticket.sz-trip.com/xcxImages/map/videoplay.png" mode="aspectFill"></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view wx:elif="{{menus[menuIndex]=='讲解'}}" class="audio-item"> |
|
|
|
<image src="{{item.head_img}}" class="mainimg" mode="aspectFill"></image> |
|
|
|
<image lazy-load src="{{item.head_img}}" class="mainimg" mode="aspectFill"></image> |
|
|
|
<view class="audio-info"> |
|
|
|
<view class="audio-title textOver">{{item.title}}</view> |
|
|
|
<view class="audio-bottom"> |
|
|
|
<view class="audio-time">{{timeList['audio'+item.id] && timeList['audio'+item.id].time?timeList['audio'+item.id].time:"00:00"}} / {{timeList['audio'+item.id]?timeList['audio'+item.id].all_time:"00:00"}}</view> |
|
|
|
<view class="audio-new-bg"> |
|
|
|
<view style="left:{{timeList['audio'+item.id]?timeList['audio'+item.id].width:0}}%" class="audio-line"></view> |
|
|
|
<image style="left:{{timeList['audio'+item.id]?timeList['audio'+item.id].width:0}}%" src="https://static.ticket.sz-trip.com/xcxImages/map/audiobtn.png" mode="aspectFill"></image> |
|
|
|
<image lazy-load style="left:{{timeList['audio'+item.id]?timeList['audio'+item.id].width:0}}%" src="https://static.ticket.sz-trip.com/xcxImages/map/audiobtn.png" mode="aspectFill"></image> |
|
|
|
</view> |
|
|
|
<!-- <audio src="{{item.multimedia_url}}" id="audio{{item.id}}" loop></audio> --> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<image bindtap="startAuido" data-id="{{item.id}}" data-index="{{index}}" wx:if="{{!item.play}}" src="https://static.ticket.sz-trip.com/xcxImages/map/audioplay.png" mode="aspectFill" class="playimg"></image> |
|
|
|
<image bindtap="startAuido" data-id="{{item.id}}" data-index="{{index}}" wx:else src="https://static.ticket.sz-trip.com/xcxImages/map/audiostop.png" mode="aspectFill" class="playimg"></image> |
|
|
|
<image lazy-load bindtap="startAuido" data-id="{{item.id}}" data-index="{{index}}" wx:if="{{!item.play}}" src="https://static.ticket.sz-trip.com/xcxImages/map/audioplay.png" mode="aspectFill" class="playimg"></image> |
|
|
|
<image lazy-load bindtap="startAuido" data-id="{{item.id}}" data-index="{{index}}" wx:else src="https://static.ticket.sz-trip.com/xcxImages/map/audiostop.png" mode="aspectFill" class="playimg"></image> |
|
|
|
</view> |
|
|
|
<view wx:elif="{{menus[menuIndex]!='攻略'}}" class="item"> |
|
|
|
<image src="{{item.headimg}}" mode="aspectFill"></image> |
|
|
|
<image lazy-load src="{{item.headimg}}" mode="aspectFill"></image> |
|
|
|
<view class="right-info" style="display:flex;flex-direction:column;justify-content:space-between"> |
|
|
|
<view> |
|
|
|
<view class="title textOver2">{{item.title}}</view> |
|
|
|
@ -291,7 +295,7 @@ |
|
|
|
<view class="title textOver2">{{item.title}}</view> |
|
|
|
<view class="product-address textOver">{{item.subtitle}}</view> |
|
|
|
<view class="product-bottom"> |
|
|
|
<image src="{{item.avatar}}" mode="aspectFill"></image> |
|
|
|
<image lazy-load src="{{item.avatar}}" mode="aspectFill"></image> |
|
|
|
<view class="username"> |
|
|
|
{{item.nickname}} |
|
|
|
</view> |
|
|
|
@ -308,7 +312,7 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="mask" wx:if="{{showAllMask}}" bindtap="closeMask" catchtouchmove="preventTouchMove"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/xcxImages/map/arrow.png" mode="widthFix" class="returnImg"></image> |
|
|
|
<image lazy-load src="https://static.ticket.sz-trip.com/xcxImages/map/arrow.png" mode="widthFix" class="returnImg"></image> |
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
@ -319,21 +323,21 @@ |
|
|
|
<!-- 元旦修改 ggfw为新增类名 --> |
|
|
|
<view class="pbservice ggfw-list" style="width:100%;margin-top: 43rpx;"> |
|
|
|
<view bindtap="gotoUrl" data-event="sbk" data-title="电子社保卡" data-url="https://m.cloud.sz-trip.com/sbkLogin" class="pbservice-item ggfw" style="margin-right: 32.33rpx;"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20240624/28e0cadbb7363dec9b51b1174bd2c5a5.png" mode="widthFix"></image> |
|
|
|
<image lazy-load src="https://static.ticket.sz-trip.com/uploads/20240624/28e0cadbb7363dec9b51b1174bd2c5a5.png" mode="widthFix"></image> |
|
|
|
<view>电子社保卡</view> |
|
|
|
</view> |
|
|
|
<!-- 这个不用改 假数据 --> |
|
|
|
<view bindtap="gotoUrl" data-event="comfort_click" data-title="景区舒适度" data-url="https://wlsjzx.zdhxwl.cn/kt_h5/index.html#/morecopy" class="pbservice-item ggfw" style="margin-right: 32.33rpx;"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20240606/55bbad2e7dcec9bd9753fc848488b8f2.png" mode="widthFix"></image> |
|
|
|
<image lazy-load src="https://static.ticket.sz-trip.com/uploads/20240606/55bbad2e7dcec9bd9753fc848488b8f2.png" mode="widthFix"></image> |
|
|
|
<view>景区舒适度</view> |
|
|
|
</view> |
|
|
|
<view bindtap="gotoUrl" data-event="xlqc" data-url="https://weixin.2500sz.net/zt/2023/07/luggage_storage/" class="pbservice-item ggfw" style="margin-right: 32.33rpx;"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20240606/311deeac7cd4dbf821b9b394e69431ed.png" mode="widthFix"></image> |
|
|
|
<image lazy-load src="https://static.ticket.sz-trip.com/uploads/20240606/311deeac7cd4dbf821b9b394e69431ed.png" mode="widthFix"></image> |
|
|
|
<view>行李寄存</view> |
|
|
|
</view> |
|
|
|
<view bindtap="gotoUrl" data-event="xlqc" data-url="https://jiaotonghao2.amap.com/?channel=amap&unitId=257&src=app_share#/" class="pbservice-item ggfw" style="margin-right: 0;"> |
|
|
|
|
|
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20240606/a6ab539577b9003e35061a888ec4aa27.png" mode="widthFix"></image> |
|
|
|
<image lazy-load src="https://static.ticket.sz-trip.com/uploads/20240606/a6ab539577b9003e35061a888ec4aa27.png" mode="widthFix"></image> |
|
|
|
<view>实时路况</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|