展示864登录阶段明确错误原因
This commit is contained in:
@@ -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 '已扫码,等待服务端确认';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user