Explorar el Código

修改注册页面下一步状态

zhangxc hace 6 años
padre
commit
a1ca4023b0
Se han modificado 1 ficheros con 1 adiciones y 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;