增加转桌功能,删除部分图片,修复订单列表显示价格不对问题

This commit is contained in:
2026-03-28 13:27:47 +08:00
parent ce84ecc537
commit fa001aaff1
22 changed files with 1818 additions and 1556 deletions

View File

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