问题修复

This commit is contained in:
2025-10-10 15:56:22 +08:00
parent 87babdda60
commit 8f7852f834
5 changed files with 48 additions and 17 deletions

View File

@@ -175,6 +175,7 @@ export const useCartsStore = defineStore('cart',
// 订单费用汇总
const orderCostSummary = computed(() => {
allGoods.value = getAllGoodsList()
console.log('allGoods.value',allGoods.value);
const costSummary = OrderPriceCalculator.calculateOrderCostSummary(
allGoods.value,
dinnerType.value,