拼团问题修复,增加套餐功能

This commit is contained in:
2025-12-19 15:18:33 +08:00
parent 9ea8a2a7ab
commit cd199c980f
15 changed files with 2517 additions and 682 deletions

View File

@@ -49,6 +49,7 @@ export const Storelogin = defineStore("login", {
rawData: infoRes.rawData,
source: "wechat",
});
console.log('res',res);
if (res) {
this.token = res.token;
this.miniAppOpenId = res.userInfo
@@ -95,6 +96,8 @@ export const Storelogin = defineStore("login", {
},
});
// #endif
resolve(true)
});
},
},