Commit 5afe63e5 authored by spc's avatar spc

user

parent 4120c5ca
......@@ -725,6 +725,7 @@ const onGetPhoneNumber = async (e) => {
// 重新获取用户信息(登录后)
await fetchAct915HomeData();
console.warn('授权后重新获取用户信息')
// 检查是否有邀请码需要处理助力
const pages = getCurrentPages();
const currentPage = pages[pages.length - 1];
......
......@@ -94,7 +94,7 @@ export const useUserStore = defineStore("userInfo", {
const homeStore = useHomeStore();
await homeStore.setBabyExistence(babyExistence);
console.warn('授权后重新获取用户信息')
// 授权注册成功后做一次登录
this.wxAutoLogin(cb2);
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment