台桌订单增加显示餐位费,打包费

This commit is contained in:
2025-11-27 19:29:37 +08:00
parent 4ef95c9baa
commit 0c5ba4b092
4 changed files with 37 additions and 4 deletions

View File

@@ -135,6 +135,8 @@ const websocketUtil=inject("websocketUtil")
const cartStore = useCartStore();
const accountStore = useAccountStore();
cartStore.shopInfo=accountStore.shopInfo;
websocketUtil.onMessage((data) => {
cartStore.onMessage(data);
});