Commit af03bde0 authored by jt's avatar jt

x

parents d07bfaea 75dd99c2
No preview for this file type
...@@ -253,7 +253,7 @@ export const useUserStore = defineStore("userInfo", { ...@@ -253,7 +253,7 @@ export const useUserStore = defineStore("userInfo", {
uni.setStorageSync('memberId', data?.memberId) uni.setStorageSync('memberId', data?.memberId)
} }
uni.setStorageSync('loginStatus', data?.memberId == "not_login" ? 0 : 1) uni.setStorageSync('loginStatus', data?.memberId == "not_login" ? 0 : 1)
this.userInfo = data; // this.userInfo = data;
// this.memberInfo = data; // this.memberInfo = data;
// if (data?.memberId !== "not_login") { // if (data?.memberId !== "not_login") {
// this.babyInfo = data; // 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