Browse Source

修改注册页面下一步状态

zhangxc 6 năm trước cách đây
mục cha
commit
a1ca4023b0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;