fix(passport): 解决扫码登录手机号绑定逻辑问题

- 增加用户是否绑定手机号的判断逻辑
- 未绑定手机号时展示授权界面,避免直接登录
- 已绑定手机号时继续确认登录流程
- 优化用户信息保存时机和条件
- 调整控制台日志输出,明确用户状态反馈
This commit is contained in:
2026-04-08 02:07:57 +08:00
parent 28102fb0bd
commit 43f5bee5b1
2 changed files with 18 additions and 6 deletions

View File

@@ -13,5 +13,5 @@
}
]
},
"lastUpdated": 1775584636978
"lastUpdated": 1775585206027
}