@@ -217,10 +217,16 @@
return;
}
+ if (this.bindObj.isDisabled) {
+ toast('请输入正确的手机号!')
+ return;
+ }
+
let req = {
tel: this.bindObj.telNumber,
code: this.bindObj.yzmNumber,
telBind(req).then(res => {
if (res.code == 0) {
toast('手机号绑定成功')