修复活动商品详情页加入购物车金额异常问题
This commit is contained in:
parent
681c577a00
commit
042ce47b28
@ -651,6 +651,7 @@ export default {
|
||||
this.info.commodity_goods_info_list[this.currentGGIndex].cart_count = {
|
||||
count: 1,
|
||||
};
|
||||
console.log("🚀 ~ this.info.commodity_goods_info_list[this.currentGGIndex]:", this.info.commodity_goods_info_list[this.currentGGIndex])
|
||||
// this.info.commodity_goods_info_list.forEach((item) => {
|
||||
// console.log(item.cart_count);
|
||||
// goods_id_and_count.push({
|
||||
@ -691,6 +692,7 @@ export default {
|
||||
{
|
||||
goods_id: this.info.commodity_goods_info_list[this.currentGGIndex].id,
|
||||
count: newCount,
|
||||
price: this.changePrice
|
||||
},
|
||||
],
|
||||
adver_id: this.itemObj.adver_id,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user