Commit 3715e137 authored by spc's avatar spc

fixed

parent 794e0c0e
......@@ -253,7 +253,7 @@ export const useUserStore = defineStore("userInfo", {
uni.setStorageSync('memberId', data?.memberId)
}
uni.setStorageSync('loginStatus', data?.memberId == "not_login" ? 0 : 1)
this.userInfo = data;
// this.userInfo = data;
// this.memberInfo = data;
// if (data?.memberId !== "not_login") {
// this.babyInfo = data;
......
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