@@ -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;