This commit is contained in:
gyq
2025-03-11 09:41:53 +08:00
parent 3df0cce9ec
commit 1e66b2ad1f
2 changed files with 12 additions and 15 deletions

View File

@@ -13,16 +13,16 @@ export const useGoods = defineStore("goods", {
showVipPrice: false,
allSelected: 0, // 是否整单打包
vipUserInfo: {}, // 会员信息
tableInfo: {
name: "A1",
num: 4,
tableCode: "66666666",
}, // 台桌信息
// tableInfo: {
// name: "",
// num: "",
// tableCode: "",
// name: "A1",
// num: 4,
// tableCode: "66666666",
// }, // 台桌信息
tableInfo: {
name: "",
num: "",
tableCode: "",
}, // 台桌信息
cartActiveIndex: 0, // 购物车激活索引,
isCartInit: false,
cartList: [], // 购物车列表