总计 跳转

This commit is contained in:
wwz
2025-03-27 15:50:41 +08:00
parent 9094818ea1
commit 75e5fb65be
4 changed files with 186 additions and 191 deletions

View File

@@ -212,7 +212,6 @@
// 监听价格算法
watchEffect(async () => {
if (listinfo.combinedArray.length > 0) {
console.log(11)
// 打包费packFeess 计算购物车商品费用totalPrices 餐位费Seatcharge
// try {
let sum = (is_type.value != 0 ? listinfo.packFeess : 0) + listinfo.totalPrices + (is_type