natasha 3 anos atrás
pai
commit
e8221bacb6
1 arquivos alterados com 4 adições e 1 exclusões
  1. 4 1
      src/components/login/login.vue

+ 4 - 1
src/components/login/login.vue

@@ -330,7 +330,10 @@ export default {
         })
         .catch((err) => {
           this.isLogin = false;
-          this.getVerificationCodeimg()
+          setTimeout(()=>{
+              this.getVerificationCodeimg()
+          },1000)
+          
         });
     },
     // 回车登录