展示864登录阶段明确错误原因

This commit is contained in:
liuwei
2026-05-07 14:43:33 +08:00
parent 19b2492c42
commit 3e56c90ab7
2 changed files with 61 additions and 1 deletions

View File

@@ -651,6 +651,9 @@
if (this.loginQrDialog.provider_stage === 'login_required') {
return '需要重新登录';
}
if (this.loginQrDialog.provider_stage === 'status_unavailable') {
return '登录异常';
}
if (this.loginQrDialog.provider_stage === 'scan_confirmed') {
return '已扫码待确认';
}
@@ -665,6 +668,9 @@
if (this.loginQrDialog.provider_stage === 'connection_pending') {
return '864 服务端准备中';
}
if (this.loginQrDialog.provider_stage === 'status_unavailable') {
return '864 登录异常';
}
if (this.loginQrDialog.provider_stage === 'scan_confirmed') {
return '864 扫码确认中';
}
@@ -692,6 +698,9 @@
if (this.loginQrDialog.provider_stage === 'connection_pending') {
return '等待服务端准备';
}
if (this.loginQrDialog.provider_stage === 'status_unavailable') {
return '请查看当前错误提示';
}
if (this.loginQrDialog.provider_stage === 'scan_confirmed') {
return '已扫码,等待服务端确认';
}