From 745c034d3e45ed60f8136345153f9293b4bf21af Mon Sep 17 00:00:00 2001 From: zhengchanglong Date: Mon, 21 Oct 2019 16:38:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4alert=20=E5=BC=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Mobile/View/Ssg/index.html | 1 - 1 file changed, 1 deletion(-) 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; } })