Browse Source

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

hangb 7 years ago
parent
commit
31fd78210c
1 changed files with 2 additions and 1 deletions
  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 {
 //        企业注册第一步