From 6c2c0489523dc9a33c3034fe2655e3a54124e414 Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Thu, 21 Nov 2019 21:36:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=AE=E9=80=9A=E6=B3=A8=E5=86=8C=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E8=A7=84=E5=88=99=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Mobile/View/Ssg/login.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Application/Mobile/View/Ssg/login.html b/Application/Mobile/View/Ssg/login.html index 4e243d77e..0548541fd 100644 --- a/Application/Mobile/View/Ssg/login.html +++ b/Application/Mobile/View/Ssg/login.html @@ -446,7 +446,8 @@ var PhoneObj = { alert("账号必须是6-15位字母数字组合!"); return false; } - if(!PhoneObj.checkPassword(regpassword)){ + if(regpassword < 6 || regpassword > 12){ + alert('密码长度6-12个字符'); return false; } if(regpassword != regpassword2){