luwenna %!s(int64=3) %!d(string=hai) anos
pai
achega
806e7c0822
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/jfw/modules/app/src/web/templates/me/login.html

+ 1 - 1
src/jfw/modules/app/src/web/templates/me/login.html

@@ -201,7 +201,7 @@
 					return
 					return
 				}
 				}
 				var phone = $.trim($("#tel").val());
 				var phone = $.trim($("#tel").val());
-				if((!Verification.isPhone(phone))||(!CreatePhone.isPhone(phone))){
+				if((!Verification.isPhone(phone))&&(!CreatePhone.isPhone(phone))){
 					EasyAlert.show("手机号格式错误");
 					EasyAlert.show("手机号格式错误");
 					return
 					return
 				}
 				}