Feat: 新品专区商品封面调整

This commit is contained in:
linxi
2024-11-28 18:16:28 +08:00
parent d676a9e496
commit e0588d2ecb
+1 -1
View File
@@ -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>