Fix:新品专区背景图同步商品

This commit is contained in:
linxi
2024-11-26 15:15:18 +08:00
parent 8c392f1d57
commit afd678135d
+1 -1
View File
@@ -4,7 +4,7 @@
<rich-text :nodes="details.title"></rich-text>
</view>
<view class="banner-zone v12-mt-2">
<swiper interval="3000" autoplay circular style="height:760rpx">
<swiper :current="current" interval="3000" autoplay 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>