From fe38edcfd9c16cc7bdadc0a45b7d6eb21bf4083e Mon Sep 17 00:00:00 2001 From: Devil Date: Fri, 13 Sep 2019 22:05:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7=E7=A0=81=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E6=96=B0=E5=A2=9E19=2016=E5=8F=B7=E6=AE=B5?= 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 e7a216691..ac6dbbbf5 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|8|7){1}\d{1})\d{8}$', + 'common_regex_mobile' => '^1((3|5|6|7|8|9){1}\d{1})\d{8}$', // 座机号码 'common_regex_tel' => '^\d{3,4}-?\d{8}$',