Fix:2682 【非遗文化】非遗列表页面顶部海报无法自动轮播(只有一张时无需轮播,配置两张及以上时需自动轮播)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="heritage">
|
||||
<view class="search-top">
|
||||
<swiper class="swiper" disable-touch="true" touchable="false" :current="current">
|
||||
<swiper class="swiper" disable-touch="true" touchable="false" :autoplay="ichData.banners.length > 1" :current="current">
|
||||
<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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user