mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-05 15:11:15 +00:00
fix: QRCode
This commit is contained in:
parent
39b4a41caf
commit
c57621ab70
@ -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…
Reference in New Issue
Block a user