natasha 3 년 전
부모
커밋
e8221bacb6
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  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)
+          
         });
     },
     // 回车登录