Fix:2685 【新品专区】新品专区轮播图,改为每个商品对应上传一个背景图片,因为前端左右滑动商品,背景图需要同步切换
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
</view>
|
||||
<view class="banner-zone v12-mt-2">
|
||||
<swiper interval="3000" autoplay circular style="height:760rpx">
|
||||
<swiper-item v-for="(item, index) in details.banners" :key="index">
|
||||
<image class="banner-zone" :src="item" ></image>
|
||||
<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">
|
||||
|
||||
Reference in New Issue
Block a user