From 07ee1fc43eeac572c0ca15d2020899114ece711a Mon Sep 17 00:00:00 2001 From: chenxiaojun <956334972@qq.com> Date: Mon, 30 Sep 2019 19:34:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E6=B8=B8=E6=88=8F=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Home/View/default/Apply/my_game.html | 30 +++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/Application/Home/View/default/Apply/my_game.html b/Application/Home/View/default/Apply/my_game.html index e47ca12db..b042d28bd 100644 --- a/Application/Home/View/default/Apply/my_game.html +++ b/Application/Home/View/default/Apply/my_game.html @@ -235,6 +235,21 @@ 游戏类型:{$vo.game_type_name}  

+ + 添加推广员游戏 - 复制下载链接 + 复制下载链接 $vo['id'],'pid'=>$vo['promote_id']));?> - 落地页链接 + 落地页链接 下架 @@ -971,6 +986,17 @@ $('.game-link').on('click', function () { var url = $(this).attr('data-url'); var qrcode = $(this).attr('data-qrcode'); + var enableStatus = $(this).attr('data-status'); + + if (enableStatus != '已打包') { + var iconIndex = 7; + if (enableStatus == '打包失败') { + iconIndex = 5; + } + + layer.msg(enableStatus, {icon: iconIndex}); + return false; + } // $.ajax({ // type: "post",