问题修复
This commit is contained in:
@@ -26,6 +26,7 @@ export function getNowCart(carItem,goodsList,user) {
|
||||
carItem.packFee = goodsItem.packFee
|
||||
carItem.type = goodsItem.type
|
||||
carItem.isGrounding = true;
|
||||
carItem.groupType = goodsItem.groupType
|
||||
}
|
||||
carItem.number = parseFloat(carItem.number)
|
||||
})
|
||||
@@ -37,7 +38,6 @@ export function getNowCart(carItem,goodsList,user) {
|
||||
carItem.discount_sale_amount = carItem.discount_sale_amount?carItem.discount_sale_amount*1:0
|
||||
carItem.discountSaleAmount = carItem.discount_sale_amount
|
||||
}
|
||||
console.log("carItem===",carItem)
|
||||
|
||||
return carItem
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user