natasha 3 years ago
parent
commit
e8221bacb6
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/components/login/login.vue

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

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