经销商电话格式校验的提示
This commit is contained in:
parent
1b826f90ee
commit
77f9e86332
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user