wangshan 5 жил өмнө
parent
commit
8b7f9e3038

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

@@ -116,7 +116,6 @@
 					return
 				}
 				var thisClass = this;
-        alert("phone:"+phone)
 				$.post("/jyapp/free/login",{reqType:"sendIdentCode",phone: phone,token: getCipherText(phone)},function(r){
 					if(r.status==-1){
 						EasyAlert.show("手机号格式错误");