From bf6792fa24fec7ca0f10484cedb39117cec4d35f Mon Sep 17 00:00:00 2001 From: devil_gong Date: Tue, 24 Sep 2019 09:36:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7=E7=A0=81=E6=AD=A3?= =?UTF-8?q?=E5=88=99=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/lang/zh-cn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/lang/zh-cn.php b/application/lang/zh-cn.php index ac6dbbbf5..e71001c65 100755 --- a/application/lang/zh-cn.php +++ b/application/lang/zh-cn.php @@ -367,7 +367,7 @@ return array( 'common_regex_pwd' => '^.{6,18}$', // 手机号码 - 'common_regex_mobile' => '^1((3|5|6|7|8|9){1}\d{1})\d{8}$', + 'common_regex_mobile' => '^1((3|4|5|6|7|8|9){1}\d{1})\d{8}$', // 座机号码 'common_regex_tel' => '^\d{3,4}-?\d{8}$',