Fix:2652 【非遗文化】点击已设置链接的顶部海报,页面未跳转
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<view class="heritage">
|
||||
<view class="search-top">
|
||||
<swiper class="swiper" disable-touch="true" touchable="false" :current="current">
|
||||
<swiper-item class="search-bg" v-for="(item, index) in ichData.banners" :key="index">
|
||||
<swiper-item class="search-bg" v-for="(item, index) in ichData.banners" :key="index" @click="toDetails(item.ichContentId)">
|
||||
<image class="search-bg" :src="item.image" autoplay mode="aspectFit|aspectFill|widthFix" lazy-load="false"></image>
|
||||
|
||||
</swiper-item>
|
||||
|
||||
Reference in New Issue
Block a user