diff --git a/Application/Mobile/View/Ssg/index.html b/Application/Mobile/View/Ssg/index.html index 8bf3503cc..0bc1ac183 100644 --- a/Application/Mobile/View/Ssg/index.html +++ b/Application/Mobile/View/Ssg/index.html @@ -181,7 +181,6 @@ $(".pay-button").on("click",function(){ if(inres > -1){ alert("亲~您已购买过了~请到【订单查询】查看订单信息哟~"); }else{ - alert("mobile.php/Ssg/pay/game_id/"+index.choose.game_id); location.href = "mobile.php/Ssg/pay/game_id/"+index.choose.game_id; } })