Compare commits
No commits in common. "0cac04e0db19a45823bb262360e7920d7b76ce62" and "884b7e5b38fa2b55427b9607d64776f20fef1363" have entirely different histories.
0cac04e0db
...
884b7e5b38
@ -18,7 +18,7 @@
|
||||
</swiper>
|
||||
|
||||
<view class="NumDot">
|
||||
{{ currentIndex }} / {{ currentGG.goods_carousel ? currentGG.goods_carousel.length : 0 }}
|
||||
{{ currentIndex }} / {{ currentGG.goods_carousel.length }}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@ -40,7 +40,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="GG_rigth" @click="showSizePopup">
|
||||
共{{ info.commodity_goods_info_list ? info.commodity_goods_info_list.length : 0 }}款<u-icon size="26rpx" name="arrow-right"></u-icon>
|
||||
共{{ info.commodity_goods_info_list.length }}款<u-icon size="26rpx" name="arrow-right"></u-icon>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
@ -371,8 +371,6 @@ export default {
|
||||
const goods = this.goodsDetail.find(g => g.goods_id === param.id);
|
||||
if (goods) {
|
||||
this.$set(param, 'quantity', goods.count);
|
||||
}else{
|
||||
this.$set(param, 'quantity', 0);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
@ -64,7 +64,7 @@ page {
|
||||
|
||||
.hot-word-item {
|
||||
height: 50rpx;
|
||||
line-height: 53rpx;
|
||||
line-height: 50rpx;
|
||||
padding: 0 15rpx;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user