台桌订单增加显示餐位费,打包费
This commit is contained in:
@@ -135,6 +135,8 @@ const websocketUtil=inject("websocketUtil")
|
||||
|
||||
const cartStore = useCartStore();
|
||||
const accountStore = useAccountStore();
|
||||
|
||||
cartStore.shopInfo=accountStore.shopInfo;
|
||||
websocketUtil.onMessage((data) => {
|
||||
cartStore.onMessage(data);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user