|
@ -10,7 +10,7 @@ |
|
|
</view> --> |
|
|
</view> --> |
|
|
|
|
|
|
|
|
<swiper class="top-banner" :circular="true" :interval="6000" |
|
|
<swiper class="top-banner" :circular="true" :interval="6000" |
|
|
:duration="800" :indicator-dots="false" :autoplay="true" v-if="topBanner"> |
|
|
:duration="800" :indicator-dots="false" :autoplay="true" v-if="topBanner && topBanner.length > 0"> |
|
|
<swiper-item v-for="(item, index) in topBanner" :key="index" @click.stop="gotoUrlNew(item)"> |
|
|
<swiper-item v-for="(item, index) in topBanner" :key="index" @click.stop="gotoUrlNew(item)"> |
|
|
<image class="top-banner" :src="showImg(item.head_img)" mode="aspectFill" lazy-load="true"></image> |
|
|
<image class="top-banner" :src="showImg(item.head_img)" mode="aspectFill" lazy-load="true"></image> |
|
|
</swiper-item> |
|
|
</swiper-item> |
|
@ -36,6 +36,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<!-- 非遗手札 --> |
|
|
<!-- 非遗手札 --> |
|
|
|
|
|
<view v-if="handwrittenList && handwrittenList.length > 0"> |
|
|
<view class="title-box flex-between"> |
|
|
<view class="title-box flex-between"> |
|
|
<image src="https://static.ticket.sz-trip.com/cgc/images/index/title1.png" mode=""></image> |
|
|
<image src="https://static.ticket.sz-trip.com/cgc/images/index/title1.png" mode=""></image> |
|
|
<image src="https://static.ticket.sz-trip.com/cgc/images/index/more.png" mode="" @click="gotoPath('/subPackages/letter/index')"></image> |
|
|
<image src="https://static.ticket.sz-trip.com/cgc/images/index/more.png" mode="" @click="gotoPath('/subPackages/letter/index')"></image> |
|
@ -44,8 +45,10 @@ |
|
|
<image :src="showImg(item.image)" mode="aspectFill" v-for="(item,index) in handwrittenList" :key="index" |
|
|
<image :src="showImg(item.image)" mode="aspectFill" v-for="(item,index) in handwrittenList" :key="index" |
|
|
@click="gotoPath('/subPackages/letter/detail?id='+item.id)"></image> |
|
|
@click="gotoPath('/subPackages/letter/detail?id='+item.id)"></image> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
<!-- 非遗时光 --> |
|
|
<!-- 非遗时光 --> |
|
|
|
|
|
<view v-if="shiguang && shiguang.image"> |
|
|
<view class="title-box flex-between"> |
|
|
<view class="title-box flex-between"> |
|
|
<image src="https://static.ticket.sz-trip.com/cgc/images/index/title2.png" mode=""></image> |
|
|
<image src="https://static.ticket.sz-trip.com/cgc/images/index/title2.png" mode=""></image> |
|
|
<image src="https://static.ticket.sz-trip.com/cgc/images/index/more.png" mode="" @click="gotoPath('/subPackages/shiguang/index')"></image> |
|
|
<image src="https://static.ticket.sz-trip.com/cgc/images/index/more.png" mode="" @click="gotoPath('/subPackages/shiguang/index')"></image> |
|
@ -53,6 +56,7 @@ |
|
|
<view class="time-box" :style="{backgroundImage: 'url('+showImg(shiguang.image)+')'}" @click="gotoVideo(shiguang)"> |
|
|
<view class="time-box" :style="{backgroundImage: 'url('+showImg(shiguang.image)+')'}" @click="gotoVideo(shiguang)"> |
|
|
<image src="https://static.ticket.sz-trip.com/cgc/images/index/play.png" class="play"></image> |
|
|
<image src="https://static.ticket.sz-trip.com/cgc/images/index/play.png" class="play"></image> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
<!-- 底部推荐 --> |
|
|
<!-- 底部推荐 --> |
|
|
<view class="hot-type flex-around"> |
|
|
<view class="hot-type flex-around"> |
|
|