From 37572819853ae36d5a8d62620b940daf324d0a82 Mon Sep 17 00:00:00 2001 From: chenzhi <“chenzhi063@qq.com> Date: Thu, 17 Oct 2019 21:15:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Mobile/View/Ssg/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Application/Mobile/View/Ssg/index.html b/Application/Mobile/View/Ssg/index.html index a7bdf9f06..a93358614 100644 --- a/Application/Mobile/View/Ssg/index.html +++ b/Application/Mobile/View/Ssg/index.html @@ -238,13 +238,11 @@ var index = { } index.getgamelist(); $(".pay-button").on("click",function(){ - console.log(index); var inres = index.pay_game_id.indexOf(index.choose.game_id+''); - console.log(inres); if(inres > -1){ alert("亲~您已购买过了~请到【订单查询】查看订单信息哟~"); }else{ - // location.href = "/sdk.php/Ipa365/pay/game_id/"+index.choose.game_id; + location.href = "/sdk.php/Ipa365/pay/game_id/"+index.choose.game_id; } }) $("#logout").on("click",function(){