11 lines
537 B
Plaintext
11 lines
537 B
Plaintext
<% if params[:index].nil? %>
|
|
clearInterval(cm); // tpi关闭耗时
|
|
$("#game_show_content").html('<%= escape_javascript(render :partial => 'games/game_show') %>');
|
|
$("#myshixun_top").html('<%= escape_javascript(render :partial => 'myshixuns/myshixun_top') %>');
|
|
$("#current_task_tab").attr('href','<%= myshixun_game_path(@myshixun.current_task, :myshixun_id => @myshixun) %>');
|
|
$("#all_task_show").hide();
|
|
fadein = 0;
|
|
<% else %>
|
|
$("#all_task_tab").trigger("click"); // 模拟全部任务点击事件
|
|
<% end %>
|