修复切换登录方式的时候,偶现登录面板无法弹出的问题

pull/69/head
卢越 2024-08-08 09:56:21 +08:00
parent 2eb1a1bf41
commit e126981628
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ export function showAuthModal(type = 'smsLogin') {
modal.$patch((state) => {
state.auth = type;
});
}, 200);
}, 500);
closeAuthModal();
} else {
modal.$patch((state) => {