|
@@ -5,8 +5,8 @@
|
|
|
<swiper class="grace-swiper" autoplay="true" indicator-dots
|
|
|
indicator-color="rgba(255, 255, 255, 1)" indicator-active-color="#3688FF"
|
|
|
style="height:399rpx" interval="5000">
|
|
|
- <swiper-item class="grace-swiper-item" v-for="(item, index) in swiperItems" :key="index">
|
|
|
- <image :src="item" mode="widthFix" class="grace-swiper-image"></image>
|
|
|
+ <swiper-item class="grace-swiper-item" v-for="(v, k) in item.goods.pic" :key="k">
|
|
|
+ <image :src="v" mode="widthFix" class="grace-swiper-image"></image>
|
|
|
</swiper-item>
|
|
|
</swiper>
|
|
|
<!-- 商品标题 分享按钮 -->
|