feat: 注册流程重构

This commit is contained in:
tim
2025-08-18 02:06:48 +08:00
parent 2577992ee3
commit 628d28c12d
4 changed files with 40 additions and 14 deletions

View File

@@ -48,9 +48,9 @@ onMounted(async () => {
isLoadingUser.value = true
user.value = await fetchCurrentUser()
isLoadingUser.value = false
if (user.value) {
await fetchInvite(false)
}
// if (user.value) {
// await fetchInvite(false)
// }
})
const fetchInvite = async (showToast = true) => {