Commit e86ee191 authored by zhengke's avatar zhengke

修改

parent fcbcdebc
......@@ -996,13 +996,11 @@ export default {
},
//验证手机号
CheckExistsStu(type) {
console.log(type);
if (type == 1) {
if (this.customObj.StuTel && this.customObj.StuTel.length == 11) {
this.checkMsg.StuTel = this.customObj.StuTel;
this.checkMsg.QQ = "";
this.checkMsg.WeChatNo = "";
console.log(this.checkMsg,'checkmsg');
CheckExistsStu(this.checkMsg).then(r => {});
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment