经销商电话格式校验的提示

This commit is contained in:
liuz 2018-08-23 19:20:08 +08:00
parent 1b826f90ee
commit 77f9e86332

View File

@ -95,8 +95,8 @@
setErrorTips("LINKMAN_TEL","");
return true;
}else{
setErrorTips("LINKMAN_TEL","电话格式不正确!");
//alert("手机号格式不正确!");
setErrorTips("LINKMAN_TEL","手机号格式不正确!");
alert("手机号格式不正确!");
return false;
}
}
@ -108,7 +108,7 @@
return true;
}else{
setErrorTips("DISTRIBUTOR_TEL","电话格式不正确!");
//alert("电话号格式不正确!");
alert("电话号格式不正确!");
return false;
}
}
@ -120,7 +120,7 @@
return true;
}else{
setErrorTips("DEALER_PHONE","电话格式不正确!");
//alert("电话号格式不正确!");
alert("电话号格式不正确!");
return false;
}
}