拼团问题修复,增加套餐功能
This commit is contained in:
@@ -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)
|
||||
});
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user