修复订单列表金额显示问题

This commit is contained in:
2026-03-28 14:03:11 +08:00
parent ce84ecc537
commit 4cde9d6b7b

View File

@@ -147,7 +147,7 @@
$goodsMap[goods.productId] = goods.num * 1 $goodsMap[goods.productId] = goods.num * 1
goosZhonglei.value += 1 goosZhonglei.value += 1
} }
originAmount.value += goods.unitPrice originAmount.value += goods.payAmount
} }
} }
goodsMapInit() goodsMapInit()