Fix:2682 【非遗文化】非遗列表页面顶部海报无法自动轮播(只有一张时无需轮播,配置两张及以上时需自动轮播)

This commit is contained in:
modendeveloper
2024-11-24 14:37:05 +08:00
parent 989c0be025
commit 909f462aa1
+1 -1
View File
@@ -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>