fix(passport): 优化邀请码接受失败的用户提示和处理

- 针对“用户不存在”、“用户创建失败”及“请先登录”提示,改为弹窗提示需登录
- 在弹窗中增加“去登录”按钮,点击后跳转到登录页面,并携带重定向token参数
- 其他错误仍使用原Toast提示方式展示错误信息
- 保留错误日志打印,便于排查异常情况
This commit is contained in:
2026-04-11 23:21:39 +08:00
parent 7d6c4ea3c6
commit 371b478e33
2 changed files with 22 additions and 2 deletions

View File

@@ -24,5 +24,5 @@
}
]
},
"lastUpdated": 1775909724804
"lastUpdated": 1775910071224
}