Sfoglia il codice sorgente

修改注册页面下一步状态

zhangxc 6 anni fa
parent
commit
a1ca4023b0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;