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.
 

78 lines
3.6 KiB

<title title="大美非遗"></title>
<view class="content">
<view class="top-box w-full">
<swiper class="swiper" autoplay="{{true}}" interval="{{3000}}" duration="{{300}}" >
<block wx:for="{{banner}}" wx:key="index">
<swiper-item bindtap="bannerClick" data-item="{{item}}">
<image src="{{item.head_img}}" mode="scaleToFill"></image>
</swiper-item>
</block>
</swiper>
</view>
<!-- 金刚区 -->
<view class="menu-box flex-between">
<view class="menu-left">
<view class="menu-item" wx:for="{{menuList}}" data-item="{{item}}" bindtap="goFeiYiList" wx:key="index">
<image src="https://static.ticket.sz-trip.com/cgc/images/index/{{index + 1}}.png" style="height: 108rpx;" mode="heightFix"></image>
<image src="https://static.ticket.sz-trip.com/cgc/images/index/{{index + 1}}s.png" style="height: 22rpx;margin-top: 8rpx;" mode="heightFix"></image>
</view>
</view>
<view class="menu-right">
<swiper class="swiper" autoplay="{{true}}" interval="{{3000}}" duration="{{300}}" >
<block wx:for="{{banner}}" wx:key="index">
<swiper-item bindtap="bannerClick" data-item="{{item}}">
<image src="{{item.head_img}}" mode="scaleToFill"></image>
</swiper-item>
</block>
</swiper>
</view>
</view>
<!-- 非遗手札 -->
<view class="title-image-box flex-between">
<image src="https://static.ticket.sz-trip.com/cgc/images/index/title1.png" mode="" style="width: 350rpx;height: 32rpx;"></image>
<image src="https://static.ticket.sz-trip.com/cgc/images/index/more.png"
mode="" style="width: 59rpx;height: 20rpx;"
bind:tap="goMoreList" data-url="{{'/subPackages/feiyiNew/CGCLetter/index'}}"></image>
</view>
<view class="handwritten-box flex-between">
<image src="{{item.headimg}}" mode="aspectFill" data-item="{{item}}"
wx:for="{{handwrittenList}}" wx:key="index"
bindtap="goDetail" data-type="travel"></image>
</view>
<!-- 非遗shi光 -->
<view class="title-image-box flex-between">
<image src="https://static.ticket.sz-trip.com/cgc/images/index/title2.png" mode="" style="width: 350rpx;height: 32rpx;"></image>
<image src="https://static.ticket.sz-trip.com/cgc/images/index/more.png"
mode="" style="width: 59rpx;height: 20rpx;"
bind:tap="goMoreList" data-url="{{'/subPackages/feiyiNew/CGCTime/index'}}"></image>
</view>
<view class="time-box" style="background-image: url({{SGVideo.head_img}});"
bindtap="goPlayVideo" data-item="{{SGVideo}}">
<image src="https://static.ticket.sz-trip.com/cgc/images/index/play.png" class="play"></image>
</view>
<!-- 底部推荐 -->
<view class="hot-type">
<view data-index="{{index}}" wx:for="{{hotType}}" wx:key="index"
class="hot-type-item {{index == hotIndex?'active':''}}"
bindtap="changeHotType">
{{item.title}}
</view>
</view>
<view class="hot-box">
<view class="hot-list-item" wx:for="{{2}}" wx:for-index="number" wx:key="number">
<view wx:if="{{index%2==number}}" data-item="{{item}}" wx:for="{{hotList}}" wx:key="id"
class="hot-data" bindtap="goDetail" data-type="{{hotIndex==0?'post':'video'}}">
<image class="hot-data-image" src="{{item.headimg}}" mode="widthFix"></image>
<view class="hot-data-title textOver">{{item.title}}</view>
</view>
</view>
</view>
</view>