luwenna 3 năm trước cách đây
mục cha
commit
806e7c0822
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 				}
 				var phone = $.trim($("#tel").val());
-				if((!Verification.isPhone(phone))||(!CreatePhone.isPhone(phone))){
+				if((!Verification.isPhone(phone))&&(!CreatePhone.isPhone(phone))){
 					EasyAlert.show("手机号格式错误");
 					return
 				}