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