Fix:新品专区背景图同步商品
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<rich-text :nodes="details.title"></rich-text>
|
<rich-text :nodes="details.title"></rich-text>
|
||||||
</view>
|
</view>
|
||||||
<view class="banner-zone v12-mt-2">
|
<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">
|
<swiper-item v-for="(item, index) in details.newProducts" :key="index">
|
||||||
<image class="banner-zone" :src="item.bannerImage" ></image>
|
<image class="banner-zone" :src="item.bannerImage" ></image>
|
||||||
</swiper-item>
|
</swiper-item>
|
||||||
|
|||||||
Reference in New Issue
Block a user