|
|
|
@ -4,6 +4,7 @@ |
|
|
|
<!-- <image class="top-bg-img" src="https://sz-qd.oss-cn-hangzhou.aliyuncs.com/xcxImages/spring22/flowerbg.png" mode="widthFix"></image> --> |
|
|
|
<!-- <image class="top-bg-img" src="https://sz-qd.oss-cn-hangzhou.aliyuncs.com/xcxImages/spring22/flower.gif" mode="widthFix"></image> --> |
|
|
|
<!-- 后台获取的季节动图 --> |
|
|
|
<view wx:if="{{!isTest}}"> |
|
|
|
<image class="top-bg-img" src="{{indexSeason.topBac}}" mode="widthFix"></image> |
|
|
|
<view wx:if="{{weather}}" class="top-box" style="height: 63rpx"> |
|
|
|
<image src="{{weather.icon2}}" style="margin-left:0" mode="aspectFill"></image> |
|
|
|
@ -172,7 +173,7 @@ |
|
|
|
</view> |
|
|
|
<!-- 2024年 夏季改UI新增景区舒适度和实时路况 --> |
|
|
|
<view style="display: flex;"> |
|
|
|
<view bindtap="gotoUrl" data-event="comfort_click" data-title="景区舒适度" data-url="https://test.m.cloud.sz-trip.com/aiPlay" class="jqssd"> |
|
|
|
<view bindtap="gotoUrl" data-event="comfort_click" data-title="景区舒适度" data-url="https://m.cloud.sz-trip.com/aiPlay" class="jqssd"> |
|
|
|
<!-- <view bindtap="gotoUrl" data-event="comfort_click" data-title="景区舒适度" data-url="https://m.cloud.sz-trip.com/ScenicComfort" class="jqssd"> --> |
|
|
|
<image src="{{indexSeason.ai}}" mode=""/> |
|
|
|
</view> |
|
|
|
@ -613,3 +614,198 @@ |
|
|
|
<view bind:tap="gotoIndex">跳过</view> |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view wx:else> |
|
|
|
<image class="top-bg-img" src="{{indexSeason.topBac}}" mode="widthFix"></image> |
|
|
|
<view style="position:relative;z-index: 1;"> |
|
|
|
<swiper class="swiper" autoplay="{{true}}" interval="{{5000}}" duration="{{300}}" bindchange="changeBannerIndex" circular> |
|
|
|
<block wx:for="{{banner}}" wx:key="*this"> |
|
|
|
<swiper-item bindtap="bannerClick" data-item="{{item}}"> |
|
|
|
<image src="{{item.head_img}}" mode="scaleToFill"></image> |
|
|
|
</swiper-item> |
|
|
|
</block> |
|
|
|
</swiper> |
|
|
|
<view class="com-flex dot-list"> |
|
|
|
<view class="dot{{index===activeBannerIndex?' active':''}}" wx:for="{{banner}}" wx:key="this"></view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="top-icons"> |
|
|
|
<view bindtap="gotoPath" data-event="activity_click" data-title="活动日历" data-path="/pages/list/activitynew/index" class="top-icon-item"> |
|
|
|
<!-- 夏季修改 --> |
|
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20240606/ebe723260a0d46550c77307472180586.png" mode="widthFix"></image> |
|
|
|
<!-- <image src="https://static.ticket.sz-trip.com/xcxImages/index/icon1New.png" mode="widthFix"></image> --> |
|
|
|
<view class="top-icon-text">活动日历</view> |
|
|
|
</view> |
|
|
|
<view bindtap="gotoPath" data-event="museum" data-title="场馆预约" data-path="/pages/list/{{isTest?'scene':'museum'}}/index" class="top-icon-item"> |
|
|
|
<!-- 夏季修改 --> |
|
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20240606/106ed983a3641f27a13c41cc2b977af2.png" mode="widthFix"></image> |
|
|
|
<!-- <image src="https://static.ticket.sz-trip.com/xcxImages/index/icon2New.png" mode="widthFix"></image> --> |
|
|
|
<view class="top-icon-text">场馆预约</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<view bindtap="gotoPath" data-event="show" data-title="剧场演出" data-path="/pages/list/{{isTest?'activity':'theatre'}}/index" class="top-icon-item"> |
|
|
|
<!-- 夏季修改 --> |
|
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20240606/3db989129660f5de29b0f617375f0672.png" mode="widthFix"></image> |
|
|
|
<!-- <image src="https://static.ticket.sz-trip.com/xcxImages/index/icon4New.png" mode="widthFix"></image> --> |
|
|
|
<view class="top-icon-text">剧场演出</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<view bindtap="gotoPath" data-event="night_sz" data-title="夜游苏州" data-path="/pages/list/night/index" class="top-icon-item"> |
|
|
|
<!-- 夏季修改 --> |
|
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20240606/1d8d45eab5735103ed2d1342f84b615a.png" mode="widthFix"></image> |
|
|
|
<!-- <image src="https://static.ticket.sz-trip.com/xcxImages/index/icon8New.png" mode="widthFix"></image> --> |
|
|
|
<view class="top-icon-text">夜游苏州</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="content"> |
|
|
|
|
|
|
|
<!-- 五一修改 一张banner不滚动 --> |
|
|
|
<view class="small-swiper-box" wx:if="{{xiaobanner.length === 1}}"> |
|
|
|
<image bindtap="bannerClick" data-item="{{xiaobanner[0]}}" style="border-radius:13rpx;width: 100%" src="{{xiaobanner[0].head_img}}" mode="widthFix"></image> |
|
|
|
</view> |
|
|
|
<view class="small-swiper-box" wx:else> |
|
|
|
<swiper class="small-swiper" autoplay="{{true}}" interval="{{5000}}" duration="{{300}}" bindchange="changeSmBannerIndex"> |
|
|
|
<block wx:for="{{xiaobanner}}" wx:key="*this"> |
|
|
|
<swiper-item bindtap="bannerClick" data-item="{{item}}"> |
|
|
|
<!-- 原 圆角77rpx,现改为13rpx --> |
|
|
|
<image style="border-radius:13rpx" src="{{item.head_img}}" mode="aspectFill"></image> |
|
|
|
</swiper-item> |
|
|
|
</block> |
|
|
|
</swiper> |
|
|
|
<view class="dot-list com-flex sm-dot-list"> |
|
|
|
<view class="dot{{smBannerIndex==index?' active':''}}" wx:for="{{xiaobanner}}" wx:key="this"></view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 2024年 夏季改UI新增景区舒适度和实时路况 --> |
|
|
|
<view style="display: flex;"> |
|
|
|
<view bindtap="gotoUrl" data-event="comfort_click" data-title="景区舒适度" data-url="https://m.cloud.sz-trip.com/aiPlay" class="jqssd"> |
|
|
|
<!-- <view bindtap="gotoUrl" data-event="comfort_click" data-title="景区舒适度" data-url="https://m.cloud.sz-trip.com/ScenicComfort" class="jqssd"> --> |
|
|
|
<image src="{{indexSeason.ai}}" mode=""/> |
|
|
|
</view> |
|
|
|
<view bindtap="gotoUrls" data-event="xlqc" class="sslk"> |
|
|
|
<image src="{{indexSeason.avoid}}" mode=""/> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="sale-road-boxes" style="margin-top:0"> |
|
|
|
<image mode="heightFix" style="height:86rpx" src="{{indexSeason.wlcx}}"></image> |
|
|
|
<image class="rmtj-right" src="https://static.ticket.sz-trip.com/uploads/20240606/479dad06e6cf67bc45f7cf605d982184.png" mode="" /> |
|
|
|
</view> |
|
|
|
<!-- 五一修改 .slide-out-box 增加背景色--> |
|
|
|
<view class="slide-out-box"> |
|
|
|
<!-- 元旦修改 .slide-box的原样式 height:360rpx--> |
|
|
|
<scroll-view scroll-x style="height:343.33rpx" bindscroll="listenScroll" class="slide-box"> |
|
|
|
<view class="pbservice" style="margin-bottom:30rpx"> |
|
|
|
<view bindtap="gotoUrl" data-title="非遗鉴赏" style="margin-left: 20rpx;" data-url="https://m.cloud.sz-trip.com/IntangibleCultural2" class="pbservice-item"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20240606/97844beceebd503256bebae5afd6820b.png" mode="widthFix"></image> |
|
|
|
<view class="text">数字非遗</view> |
|
|
|
</view> |
|
|
|
<view bindtap="goH5" data-title="数字博物馆" data-path="BwsInfo" class="pbservice-item"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20240606/27acb48002369a8203762acc783c7492.png" mode="widthFix"></image> |
|
|
|
<view class="text">数字博物馆</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view bindtap="gotoUrl" data-event="cloud_click" data-title="云上观展" data-url="https://m.cloud.sz-trip.com/CloudPerform2022" class="pbservice-item"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20240606/5711260f02772eebaba9dba9dfda2b4f.png" mode="widthFix"></image> |
|
|
|
<view>云上观展</view> |
|
|
|
</view> |
|
|
|
<view bindtap="goH5" data-event="book_click" data-title="文博会" data-path="CloudExpo" class="pbservice-item"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20240606/4a3804f24e034e15f19c27a85d0a8ac4.png" mode="widthFix"></image> |
|
|
|
<view class="text">云上文博会</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view bindtap="goH5" data-title="文化场馆查询" data-path="Museum" class="pbservice-item"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20240606/29b2954718fe7b7232fe352eb503fbf0.png" mode="widthFix"></image> |
|
|
|
<view class="text">文化场馆查询</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view bindtap="gotoPath" data-event="book_click" data-title="书仓" data-path="/pages/pbService/library/index" class="pbservice-item"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20240606/92ddf619960de959f760d5690ed5007a.png" mode="widthFix"></image> |
|
|
|
<view class="text">书仓</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<view bindtap="gotoUrl" data-event="book_click" data-title="公共文化资源库" data-url="https://m.cloud.sz-trip.com/PublicCulture2022" class="pbservice-item"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20240606/0f422cb2026f42c772ab12d384f5b7ef.png" mode="widthFix"></image> |
|
|
|
<view class="text">数字公共文化</view> |
|
|
|
</view> |
|
|
|
<!-- <view bindtap="gotoPath" data-event="institution_click" data-title="文旅单位" |
|
|
|
data-path="/pages/list/culturalUnit/index" class="pbservice-item"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20240606/5b0b1be9942bfae84ddbd218421e098f.png" mode="widthFix"></image> |
|
|
|
<view class="text">文旅单位</view> |
|
|
|
</view> --> |
|
|
|
<!-- <view bindtap="gotoPath" data-event="book_click" data-title="书仓" data-path="/pages/pbService/library/index" |
|
|
|
class="pbservice-item"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20240606/92ddf619960de959f760d5690ed5007a.png" mode="widthFix"></image> |
|
|
|
<view class="text">书仓</view> |
|
|
|
</view> --> |
|
|
|
<view bindtap="gotoUrl" data-event="appreciate_click" data-title="云游苏州" data-url="https://speed.web.yunyouyizhan.com/downloadApp/index.html#/" class="pbservice-item"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20240717/fab990ef40d7424c9f4616a229b03777.png" mode="widthFix"></image> |
|
|
|
<view class="text">云游苏州</view> |
|
|
|
</view> |
|
|
|
<view bindtap="gotoPath" data-event="appreciate_click" data-title="美图鉴赏" data-path="/pages/pbService/appreciate/index" class="pbservice-item"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20240606/61aac5403bb54bb4cea6a9587da6863b.png" mode="widthFix"></image> |
|
|
|
<view class="text">美图鉴赏</view> |
|
|
|
</view> |
|
|
|
<!-- <view bindtap="gotoPath" data-event="culture_search_click" data-title="文物查询" |
|
|
|
data-path="/pages/pbService/wwcx/index" class="pbservice-item"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/xcxImages/index/newpb3.png" mode="widthFix"></image> |
|
|
|
<view>文物查询</view> |
|
|
|
</view> --> |
|
|
|
<!-- <view bindtap="gotoPath" data-event="museum_search_click" data-title="博物馆查询" |
|
|
|
data-path="/pages/pbService/museum/index" class="pbservice-item"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/xcxImages/index/newpb6.png" mode="widthFix"></image> |
|
|
|
<view>博物馆查询</view> |
|
|
|
</view> --> |
|
|
|
<!-- <view bindtap="gotoUrl" data-event="book_click" data-title="文博会" data-url="https://yscbh.sz-trip.com/" |
|
|
|
class="pbservice-item"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20220810/ceb07b75aa3df20d7f1de22e2588332a.png" mode="widthFix"></image> |
|
|
|
<view>云上文博会</view> |
|
|
|
</view> --> |
|
|
|
<!-- <view bindtap="gotoUrl" data-event="investment_click" data-title="投资导引图" data-url="https://hot-map.sz-trip.com/" |
|
|
|
class="pbservice-item"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20240606/c66d07e172fe3dd66afc0c69340a7b7d.png" mode="widthFix"></image> |
|
|
|
<view class="text">投资导引图</view> |
|
|
|
</view> --> |
|
|
|
<!-- <view bindtap="gotoUrl" data-title="数字文物" |
|
|
|
data-url="https://foxnut-gffcu6t2.pai.tcloudbase.com/suzhouguobao/index.html#/" class="pbservice-item"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/xcxImages/index/newpb12.png" mode="widthFix"></image> |
|
|
|
<view>数字文物</view> |
|
|
|
</view> --> |
|
|
|
<!-- <view bindtap="gotoPath" data-event="team_click" data-title="团体预约" data-path="/pages/pbService/group/index" |
|
|
|
class="pbservice-item"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/xcxImages/index/newpb9.png" mode="widthFix"></image> |
|
|
|
<view>团体预约</view> |
|
|
|
</view> --> |
|
|
|
<!-- <view bindtap="gotoUrl" data-title="廉洁地图" |
|
|
|
data-url="https://ljwhdt.lianshi.gov.cn:8443/Web/WebChatJCW/Mobile/EduBase/MobileMap.aspx" |
|
|
|
class="pbservice-item"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/xcxImages/index/newpb10.png" mode="widthFix"></image> |
|
|
|
<view>廉洁地图</view> |
|
|
|
</view> --> |
|
|
|
<!-- <view bindtap="gotoPath" data-event="book_click" data-title="文化配送" data-path="/pages/culture/index" |
|
|
|
class="pbservice-item"> |
|
|
|
<image src="https://static.ticket.sz-trip.com/uploads/20220818/e02af6e8bf9170060ed7295d367d72c1.png" mode="widthFix"></image> |
|
|
|
<view>文化配送</view> |
|
|
|
</view> --> |
|
|
|
</view> |
|
|
|
</scroll-view> |
|
|
|
<view class="scroll-line"> |
|
|
|
<!-- <view class="scroll-line-bg" style="width:{{4 / 5 * 100}}%;margin-left:{{scrollLeft}}px"></view> --> |
|
|
|
<!-- 元旦修改 以下两行都是改的 .scroll-line-bg .scroll-line-bg2--> |
|
|
|
<view class="scroll-line-bg" wx:if="{{scrollLeft == 0}}" style="width:37rpx;"></view> |
|
|
|
<view class="scroll-line-bg2" wx:else style="width:37rpx;"></view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |