From e86bfedaa09117ee62fdae86750a9ff2e4b9d261 Mon Sep 17 00:00:00 2001 From: miss <994230062@qq.com> Date: Fri, 18 Aug 2017 18:41:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=87=E5=85=B3=E5=90=8E=EF=BC=8C=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E4=B8=8B=E4=B8=80=E5=85=B3=E8=BF=98=E5=8E=9F=E6=95=88?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/games/_pass_game_show.html.erb | 2 +- app/views/games/show.js.erb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/games/_pass_game_show.html.erb b/app/views/games/_pass_game_show.html.erb index 006df31d1..717ecb2cc 100644 --- a/app/views/games/_pass_game_show.html.erb +++ b/app/views/games/_pass_game_show.html.erb @@ -6,7 +6,7 @@
<% if had_done == 0 %>

恭喜您通过本关

- <%= link_to "下 一 关", {:controller => 'games', :action => "next_step", :id => game, :myshixun_id => myshixun}, :class => "task-su-btn", :remote => true %> + <%= link_to "下 一 关", {:controller => 'games', :action => "next_step", :id => game, :myshixun_id => myshixun}, :class => "task-su-btn", :onclick => "hideModal();", :remote => true %> <% else %> 查看光辉历史 <% end %> diff --git a/app/views/games/show.js.erb b/app/views/games/show.js.erb index 65062167c..7e910d2e2 100644 --- a/app/views/games/show.js.erb +++ b/app/views/games/show.js.erb @@ -14,4 +14,3 @@ $("#all_task_show").html("<%= j (render :partial => "games_list") %>"); $("#all_task_tab").trigger("click"); // 模拟全部任务点击事件 <% end %> -hideModal(); \ No newline at end of file