Browse Source

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

卢越 1 year ago
parent
commit
e126981628
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sheep/hooks/useModal.js

+ 1 - 1
sheep/hooks/useModal.js

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