From 634ade3ecd02ca6d850b83185f80378d8a5f6a7b Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Thu, 14 Nov 2019 18:01:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/View/default/Index/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Home/View/default/Index/index.html b/Application/Home/View/default/Index/index.html index 0177ed378..5d33666b3 100644 --- a/Application/Home/View/default/Index/index.html +++ b/Application/Home/View/default/Index/index.html @@ -15,7 +15,7 @@
- +
@@ -163,7 +163,7 @@ rules:{ account:{ required:true, - rangelength:[6,15], + rangelength:[6,100], numOrLetter:true, remote:{ url: "{:U('Index/isExistcheckAccount')}", //后台处理程序