Fix:新品专区背景图同步商品
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user