mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
fix: QRCode
This commit is contained in:
parent
f88c717560
commit
338b6e4607
@ -109,8 +109,8 @@ export class NapCatCore {
|
||||
logError('登录失败(onQRCodeSessionFailed)', errMsg);
|
||||
if (errType == 1 && errCode == 3) {
|
||||
// 二维码过期刷新
|
||||
this.loginService.getQRCodePicture();
|
||||
}
|
||||
this.loginService.getQRCodePicture();
|
||||
};
|
||||
this.loginListener.onLoginFailed = (args) => {
|
||||
logError('登录失败(onLoginFailed)', args);
|
||||
|
Loading…
x
Reference in New Issue
Block a user