Fix:新品专区轮播图不自动播放
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user