zhengwei 6 лет назад
Родитель
Сommit
c88ee21df5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      WebContent/mobile/common/common.js

+ 1 - 1
WebContent/mobile/common/common.js

@@ -229,7 +229,7 @@ mobile.getWeek = function(date){
  * 检查手机号码
  */
 mobile.checkMobile = function (phone){
-	var reg= /(^1[3|4|5|7|8][0-9]{9}$)/;
+	var reg= /(^1[3|4|5|7|8|9][0-9]{9}$)/;
 	return reg.test(phone);
 }