Merge branch 'develop' of git@git2.tenwa.com.cn:ApzlDev/apzl_leasing.git into develop

This commit is contained in:
liujiaji 2018-08-23 19:24:14 +08:00
commit ab05c2b597

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;
}
}