Compare commits

..

No commits in common. "0cac04e0db19a45823bb262360e7920d7b76ce62" and "884b7e5b38fa2b55427b9607d64776f20fef1363" have entirely different histories.

3 changed files with 3 additions and 5 deletions

View File

@ -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>

View File

@ -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);
}
});
});

View File

@ -64,7 +64,7 @@ page {
.hot-word-item {
height: 50rpx;
line-height: 53rpx;
line-height: 50rpx;
padding: 0 15rpx;
color: #666;
}