From 6fdfac231360436490c971643c8edb2e0bf880c7 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Mon, 29 Sep 2025 17:08:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A4=90=E4=BD=8D=E8=B4=B9?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stores/carts.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stores/carts.js b/stores/carts.js index cbd2b89..285bfba 100644 --- a/stores/carts.js +++ b/stores/carts.js @@ -105,6 +105,9 @@ export const useCartsStore = defineStore('cart', }) watch(() => shopInfo.value.isTableFee, (newval) => { seatFeeConfig.value.isEnabled = !shopInfo.value.isTableFee + seatFeeConfig.value.pricePerPerson = shopInfo.value.tableFee||0 + },{ + deep:true }) function setSeatFeeConfig(key, val) {