Explorar o código

修改注册页面下一步状态

zhangxc %!s(int64=6) %!d(string=hai) anos
pai
achega
a1ca4023b0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/register/Register.vue

+ 1 - 1
src/components/register/Register.vue

@@ -478,7 +478,7 @@
     watch: {
       nextButton: {
         handler: function (val) {//所有数据不为空,且手机格式正确、图形验证码正确
-          if (val.phone.trim() && val.psw.trim() && val.picCode.trim() && val.msgCode.trim() && !val.imgCodeErr) {
+          if (val.phone.trim() && val.psw.trim() && val.picCode.trim() && val.msgCode.trim()) {
             this.changCor = false;
           } else {
             this.changCor = true;