From 77f9e863328aa238f650cbc68e98ad1c9cbbc945 Mon Sep 17 00:00:00 2001 From: liuz Date: Thu, 23 Aug 2018 19:20:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=8F=E9=94=80=E5=95=86=E7=94=B5=E8=AF=9D?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E6=A0=A1=E9=AA=8C=E7=9A=84=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DistributorApproval/LDistributorInfo.jsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp index 7e72b3931..13f2f8a61 100644 --- a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp +++ b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfo.jsp @@ -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; } }