ZigbeeApp/Shared/Common/CommonPage.cs
@@ -158,9 +158,8 @@ /// <summary> /// 用于中国大陆验证手机号正则表达式 /// 等同于--- "^[1]+\\d{10}" /// </summary> public static string PhoneRegexStr = "^[1]+[0,1,2,3,4,5,6,7,8,9]+\\d{9}"; public static string PhoneRegexStr = "^[1][0-9]{10}$"; /// <summary> /// 用于验证非中国大陆手机号正则表达式 /// </summary>