修复切换登录方式的时候,偶现登录面板无法弹出的问题
parent
2eb1a1bf41
commit
e126981628
|
@ -14,7 +14,7 @@ export function showAuthModal(type = 'smsLogin') {
|
|||
modal.$patch((state) => {
|
||||
state.auth = type;
|
||||
});
|
||||
}, 200);
|
||||
}, 500);
|
||||
closeAuthModal();
|
||||
} else {
|
||||
modal.$patch((state) => {
|
||||
|
|
Loading…
Reference in New Issue