@@ -374,7 +374,7 @@
} else {
// this.$message.error('短信验证码错误');
this.imgCodeErr = true;
- this.SMSErrText = "短信验证码错误";
+ this.SMSErrText = res.data.msg;
this.msgCode = "";
}
}).catch((err) => {
@@ -385,7 +385,7 @@