Feat: 新品专区商品封面调整
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
<swiper @change="handleChange" style="height: 100%;" autoplay circular next-margin="460rpx" interval="5000">
|
<swiper @change="handleChange" style="height: 100%;" autoplay circular next-margin="460rpx" interval="5000">
|
||||||
<swiper-item v-for="(item, index) in details.newProducts" :key="index" @click="toGoods(item)">
|
<swiper-item v-for="(item, index) in details.newProducts" :key="index" @click="toGoods(item)">
|
||||||
<view class="new-card" :class="{'is-actived': current == index}">
|
<view class="new-card" :class="{'is-actived': current == index}">
|
||||||
<image :src="item.productImage" class="new-card-img" mode="heightFix|widthFix"></image>
|
<image :src="item.productCover" class="new-card-img" mode="heightFix|widthFix"></image>
|
||||||
<view class="box-emp"></view>
|
<view class="box-emp"></view>
|
||||||
<view class="new-info">
|
<view class="new-info">
|
||||||
<view class="v12-font-26 one-t" style="width: 100px;text-align:center">{{ item.productTitle }}</view>
|
<view class="v12-font-26 one-t" style="width: 100px;text-align:center">{{ item.productTitle }}</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user