diff --git a/Application/Sdk/View/default/GameGiftPage/receive.html b/Application/Sdk/View/default/GameGiftPage/receive.html index 44494883..715cc71f 100644 --- a/Application/Sdk/View/default/GameGiftPage/receive.html +++ b/Application/Sdk/View/default/GameGiftPage/receive.html @@ -14,6 +14,19 @@

礼包详情

--> + +
@@ -61,11 +74,15 @@ window.location.href = "{:U('details',['user_token' => $user_token,'gift_id' => $gift_id,'game_id' => $game_id,'game_name' => $game_name])}"; }else { - alert(data); + $("#errormsg").html(data); + $("#iosDialog").show(); // window.location.href = "{:U('details',['user_token' => $user_token,'gift_id' => $gift_id,'game_id' => $game_id,'game_name' => $game_name])}"; } }); }) + $("#hidedialog").on("click",function(){ + $("#iosDialog").hide(); + })