tapd问题修改

This commit is contained in:
GaoHao
2025-03-10 18:35:58 +08:00
parent cc97b6acca
commit 56b115a695
5 changed files with 17 additions and 14 deletions

View File

@@ -32,6 +32,7 @@ export function getNowCart(carItem,goodsList,user) {
carItem.number = parseFloat(carItem.number)
carItem.name = carItem.product_name
carItem.lowPrice = carItem.discount_sale_amount
carItem.discount_sale_amount = 0
}
return carItem