소스 검색

修改pc端企业注册验证邮箱是否已存在的验证效果

hangb 7 년 전
부모
커밋
31fd78210c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      components/register/EnterpriseRegistration.vue

+ 2 - 1
components/register/EnterpriseRegistration.vue

@@ -377,9 +377,9 @@
           } else {
             this.passwordConfirmChecked = true
             this.showPasswordError = false
-            callback()
           }
         }
+        callback()
       }
       var validateEmail = (rule, value, callback) => {
         if (this.isHasEmail) {
@@ -409,6 +409,7 @@
             }
           }
         }
+        callback()
       }
       return {
 //        企业注册第一步