登录跳转购买超级签页面

master
liuweiwen 5 years ago
parent 56f2c422aa
commit 6d360b356e

@ -325,6 +325,7 @@ var PhoneObj = {
//登陆 //登陆
$("#loginbtn").on("click",function(){ $("#loginbtn").on("click",function(){
var gameId = $("#game_id").val();
var loginName = $("#userAccount").val(); var loginName = $("#userAccount").val();
var loginPass = $("#password").val(); var loginPass = $("#password").val();
var userCode = $("#userCode").val(); var userCode = $("#userCode").val();
@ -365,7 +366,11 @@ var PhoneObj = {
alert(result.ResultMsg); alert(result.ResultMsg);
GetVerityCode(); GetVerityCode();
} else { } else {
window.location.href = "mobile.php?s=/Ssg/index.html" if (gameId) {
window.location.href = "/mobile.php?s=/Ssg/pay/game_id/"+gameId+".html"
} else {
window.location.href = "/mobile.php?s=/Ssg/index.html"
}
} }
} }
}); });

Loading…
Cancel
Save