Fix:新品专区轮播图不自动播放

This commit is contained in:
linxi
2024-11-26 17:47:48 +08:00
parent 6a58bf6e45
commit 338c63d634
+2 -2
View File
@@ -4,13 +4,13 @@
<rich-text :nodes="details.title"></rich-text>
</view>
<view class="banner-zone v12-mt-2">
<swiper :current="current" interval="3000" autoplay circular style="height:760rpx">
<swiper :current="current" interval="3000" circular style="height:760rpx">
<swiper-item v-for="(item, index) in details.newProducts" :key="index">
<image class="banner-zone" :src="item.bannerImage" ></image>
</swiper-item>
</swiper>
<view class="swiper-wrap">
<swiper @change="handleChange" style="height: 100%;" autoplay circular next-margin="460rpx" interval="3000">
<swiper @change="handleChange" style="height: 100%;" circular next-margin="460rpx" interval="3000">
<swiper-item v-for="(item, index) in details.newProducts" :key="index" @click="toGoods(item)">
<view class="new-card" :class="{'is-actived': current == index}">
<image :src="item.productImage" class="new-card-img" mode="heightFix|widthFix"></image>