|
|
|
@ -248,17 +248,7 @@ $(".pay-button").on("click",function(){
|
|
|
|
|
$("#logout").on("click",function(){
|
|
|
|
|
location.href = "mobile.php?s=/Ssg/logout.html";
|
|
|
|
|
})
|
|
|
|
|
function handlePay() {
|
|
|
|
|
var hdGameID = $("#hdGameID").val();
|
|
|
|
|
var orderStatus = $("#orderStatus").val();
|
|
|
|
|
if (!hdGameID || hdGameID == 0) {
|
|
|
|
|
alert("请选择游戏");
|
|
|
|
|
} else if(orderStatus==1){
|
|
|
|
|
alert("亲~您已购买过了~请到【订单查询】查看订单信息哟~");
|
|
|
|
|
}else {
|
|
|
|
|
location.href = "/sdk.php/Ipa365/pay/game_id/"+hdGameID;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function throttle(fun, delay) {
|
|
|
|
|
var timer = null;
|
|
|
|
|
var startTime = Date.now();
|
|
|
|
|