延后864登录弹窗关闭并展示收口阶段异常

This commit is contained in:
liuwei
2026-05-07 14:49:35 +08:00
parent 19a4ab6e98
commit ba4c20d2f2
2 changed files with 60 additions and 16 deletions

View File

@@ -654,6 +654,9 @@
if (this.loginQrDialog.provider_stage === 'status_unavailable') {
return '登录异常';
}
if (this.loginQrDialog.provider_stage === 'login_finalizing') {
return '登录收口中';
}
if (this.loginQrDialog.provider_stage === 'scan_confirmed') {
return '已扫码待确认';
}
@@ -671,6 +674,9 @@
if (this.loginQrDialog.provider_stage === 'status_unavailable') {
return '864 登录异常';
}
if (this.loginQrDialog.provider_stage === 'login_finalizing') {
return '864 登录收口中';
}
if (this.loginQrDialog.provider_stage === 'scan_confirmed') {
return '864 扫码确认中';
}
@@ -701,6 +707,9 @@
if (this.loginQrDialog.provider_stage === 'status_unavailable') {
return '请查看当前错误提示';
}
if (this.loginQrDialog.provider_stage === 'login_finalizing') {
return '扫码成功,等待服务端完成登录';
}
if (this.loginQrDialog.provider_stage === 'scan_confirmed') {
return '已扫码,等待服务端确认';
}