This commit is contained in:
anonymous
2025-01-02 11:10:22 +08:00
parent 30369077af
commit ea852b97c1
+3 -1
View File
@@ -12,7 +12,9 @@ onLaunch((options) => {
// },
})
} else {
userStore.loadUserInfo()
if (userStore.isLogged) {
userStore.loadUserInfo()
}
}
})