Merge branch 'develop' of git@git2.tenwa.com.cn:ApzlDev/apzl_leasing.git into develop
This commit is contained in:
commit
ab05c2b597
@ -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