You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
341 lines
24 KiB
341 lines
24 KiB
<!--pages/map/index.wxml-->
|
|
<!-- <search bind:onload="search"></search> -->
|
|
<title title="图游"></title>
|
|
|
|
<view wx:if="{{!isTest}}">
|
|
<map class="map" id="map" style="height:100%" wx:if="{{areas.length>0}}" longitude="{{areas[areaIndex]?areas[areaIndex].lon:longitude}}" latitude="{{areas[areaIndex]?areas[areaIndex].lat:latitude}}" show-location markers="{{list}}" bindmarkertap="onTapMarker" bindregionchange="changeRegion" scale='13'>
|
|
</map>
|
|
<view style="height:{{topHeight}}px"></view>
|
|
<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>
|
|
</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=""/>
|
|
<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"/>
|
|
<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"/>
|
|
<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"/>
|
|
<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"/>
|
|
<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=""/>
|
|
<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"/>
|
|
<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"/>
|
|
<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"/>
|
|
<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">
|
|
<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>
|
|
</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==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==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"/>
|
|
<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"/>
|
|
<text class="text">公共自行车</text>
|
|
</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"/>
|
|
<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"/>
|
|
<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"/>
|
|
<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"/>
|
|
<text class="text">红色地图</text>
|
|
</view>
|
|
</view>
|
|
</scroll-view>
|
|
<view class="progress-line">
|
|
<view class="line-bg" wx:if="{{scrollLeft == 0}}" style="width:20rpx;"></view>
|
|
<view class="line-bg2" wx:else style="width:20rpx;"></view>
|
|
</view>
|
|
</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"/>
|
|
<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"/>
|
|
|
|
<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"/>
|
|
|
|
<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"/>
|
|
|
|
<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"/>
|
|
|
|
<text class="text">文保单位</text>
|
|
</view> -->
|
|
<!-- <view class="right-menu-item{{type==7?' active':''}}" bindtap="changeType" data-title="影院" data-type="7">
|
|
<text style="color:#9342CB" class="iconfont icon-location"></text>
|
|
<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"/>
|
|
|
|
<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"/>
|
|
|
|
<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"/>
|
|
<text class="text">红色地图</text>
|
|
</view> -->
|
|
<!-- <view class="right-menu-item{{type==9?' active':''}}" bindtap="changeType" data-title="文化单位" data-type="9">
|
|
<text style="color:rgb(160, 248, 248)" class="iconfont icon-location"></text>
|
|
<text>文化单位</text>
|
|
</view> -->
|
|
<!-- </view> -->
|
|
<!-- 公共自行车 -->
|
|
<view class="map-item" wx:if="{{showInfo && info && info.info.type=='publicBycicle'}}">
|
|
<view class="iconfont icon-ic_searchclosed" bindtap="hideInfo"></view>
|
|
<view class="info" style="{{info.info.headimg?'':'width:100%'}}">
|
|
<view class="title textOver">{{info.info.name}}</view>
|
|
<view class="subtitle textOver2">地址:{{info.info.address}}</view>
|
|
<view wx:if="{{info.info.type!='academes'}}" bindtap="goAddress" data-item="{{info}}" class="info-btn" style="margin-right: 0;">到这去</view>
|
|
</view>
|
|
</view>
|
|
<!-- 停车场 -->
|
|
<view class="map-item" wx:if="{{showInfo && info && info.info.type=='park'}}">
|
|
<view class="iconfont icon-ic_searchclosed" bindtap="hideInfo"></view>
|
|
<view class="info" style="{{info.info.headimg?'':'width:100%'}}">
|
|
<view class="title textOver2">{{info.info.name}}</view>
|
|
<view class="subtitle textOver2">当前停车场总停车位:{{info.info.capacityNum}}</view>
|
|
<view class="subtitle textOver2">{{info.info.freeNum_text}}</view>
|
|
<view wx:if="{{info.info.type!='academes'}}" bindtap="goAddress" data-item="{{info}}" class="info-btn" style="margin-right: 0;">到这去</view>
|
|
</view>
|
|
</view>
|
|
<!-- 游客中心 -->
|
|
<view class="map-item" wx:if="{{showInfo && info && info.info.type=='tourist'}}">
|
|
<view class="iconfont icon-ic_searchclosed" bindtap="hideInfo"></view>
|
|
<view class="info" style="width:600rpx">
|
|
<view class="title textOver2">{{info.info.title}}</view>
|
|
<view class="subtitle textOver2">地址:{{info.info.address}}</view>
|
|
<view wx:if="{{info.info.type!='academes'}}" bindtap="goAddress" data-item="{{info}}" class="info-btn" style="margin-right: 0;">到这去</view>
|
|
</view>
|
|
</view>
|
|
<!-- 行李寄存 -->
|
|
<view class="map-item" wx:if="{{showInfo && info && info.info.type=='luggage'}}">
|
|
<view class="iconfont icon-ic_searchclosed" bindtap="hideInfo"></view>
|
|
<view class="info" style="width:600rpx">
|
|
<view class="title textOver2">{{info.info.title}}</view>
|
|
<view class="subtitle textOver2">地址:{{info.info.address}}</view>
|
|
<view class="subtitle textOver3">
|
|
寄存时间:
|
|
<rich-text nodes="{{info.info.time_info}}"></rich-text>
|
|
</view>
|
|
<view wx:if="{{info.info.type!='academes'}}" bindtap="gotoDetail" data-item="{{info}}" class="info-btn" style="margin-right: 0;">查看详情</view>
|
|
</view>
|
|
</view>
|
|
<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>
|
|
<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>
|
|
<view style="display: flex;justify-content:space-between;width: 426rpx;">
|
|
<view wx:if="{{info.info.comfort_arr}}" class="sort" style="border: 2rpx solid {{ info.info.comfort_arr.color}};color: {{ info.info.comfort_arr.color}};">
|
|
{{info.info.comfort_arr.text}}
|
|
</view>
|
|
<view wx:if="{{info.info.type!='academes'}}" bindtap="gotoDetail" class="info-btn">查看详情</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view wx:if="{{info.info.comfort_arr}}" style="background: {{ info.info.comfort_arr.bgColor}};border-radius: 7rpx;padding: 28rpx 32rpx 22rpx 20rpx;margin-top: 19.33rpx;">
|
|
<view class="comfort-box">
|
|
<view>
|
|
当前客流量:{{info.info.comfort_arr.ins_carry_capacity}}人
|
|
</view>
|
|
<view>
|
|
景区最大承载量:{{info.info.comfort_arr.max_carry_capacity}}人
|
|
</view>
|
|
</view>
|
|
<view style="font-weight: 500;font-size: 25rpx;color: #666666;">
|
|
更新时间:{{info.info.comfort_arr.updated_time}}
|
|
</view>
|
|
</view>
|
|
</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>
|
|
<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>
|
|
<view wx:if="{{info.info.type!='academes'}}" bindtap="gotoDetail" class="info-btn">查看详情</view>
|
|
</view>
|
|
</view>
|
|
<!-- 运河十景样式特殊 -->
|
|
<view class="map-item1" style="{{showAllMask?'':'height:30%'}}" wx:if="{{showInfo && info && info.info.type=='tenscenic'}}">
|
|
<view class="iconfont icon-ic_searchclosed" bindtap="hideInfo"></view>
|
|
<view class="title textOver">{{info.info.title}}</view>
|
|
<view class="subtitle textOver2">地址:{{info.info.address}}</view>
|
|
<view class="subtitle textOver"><text style="margin-right:5rpx" class="textOver" wx:for="{{info.info.display_tags}}">{{item}}</text></view>
|
|
<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>
|
|
</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>
|
|
</view>
|
|
<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>
|
|
<view class="video-title textOver2">{{item.title}}</view>
|
|
<view class="video-bottom">
|
|
<view class="iconfont icon-eye"></view>
|
|
<view style="margin-right:40rpx">{{item.views}}</view>
|
|
<view class="iconfont icon-zan"></view>
|
|
<view>{{item.like_number}}</view>
|
|
</view>
|
|
<view class="video-play-mask">
|
|
<image src="https://sz-qd.oss-cn-hangzhou.aliyuncs.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>
|
|
<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://sz-qd.oss-cn-hangzhou.aliyuncs.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://sz-qd.oss-cn-hangzhou.aliyuncs.com/xcxImages/map/audioplay.png" mode="aspectFill" class="playimg"></image>
|
|
<image bindtap="startAuido" data-id="{{item.id}}" data-index="{{index}}" wx:else src="https://sz-qd.oss-cn-hangzhou.aliyuncs.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>
|
|
<view class="right-info" style="display:flex;flex-direction:column;justify-content:space-between">
|
|
<view>
|
|
<view class="title textOver2">{{item.title}}</view>
|
|
<view class="product-tags textOver">
|
|
<view class="product-tag textOver" wx:for="{{item.display_tags}}">{{item}}</view>
|
|
</view>
|
|
<view class="product-address textOver">{{item.address}}</view>
|
|
</view>
|
|
<view class="product-bottom">
|
|
<text class="textOver">{{item.distance?('距您直线距离'+item.distance):'请开启定位'}}</text>
|
|
<view class="product-price">¥<text>{{item.price/100}}</text></view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<navigator url="/pages/info/strategyInfo/index?id={{item.id}}" wx:else class="right-info strategy-item">
|
|
<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>
|
|
<view class="username">
|
|
{{item.nickname}}
|
|
</view>
|
|
<view class="iconfont icon-xin"></view>
|
|
<view>{{item.like_number}}</view>
|
|
<view class="iconfont icon-eye"></view>
|
|
<view>{{item.view_number}}</view>
|
|
</view>
|
|
</navigator>
|
|
</view>
|
|
<view bindtap="getProductList" wx:if="{{productList.length<productTotal && menuIndex!=-1}}" style="text-align:center;line-height:50rpx;font-size:26rpx;color:#666">
|
|
查看更多
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="mask" wx:if="{{showAllMask}}" bindtap="closeMask" catchtouchmove="preventTouchMove">
|
|
<image src="https://sz-qd.oss-cn-hangzhou.aliyuncs.com/xcxImages/map/arrow.png" mode="widthFix" class="returnImg"></image>
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view wx:else>
|
|
|
|
<view style="overflow-x:auto;background: #FFFED6;border-radius: 20rpx;background:url('https://static.ticket.sz-trip.com/uploads/20240617/e1c3f60baf65787d593c6a7c79f881c7.png');background-size: 100% 100%;height: 199.33rpx;">
|
|
<!-- 元旦修改 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>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<view>实时路况</view>
|
|
</view>
|
|
|
|
</view>
|
|
</view>
|
|
</view>
|