Commit 6611570f authored by agping's avatar agping

周排行 优化

parent dcb33780
...@@ -109,7 +109,12 @@ define(['doT', 'text!temp/pk_week_list_template_tpl.html.html', 'css!style/home. ...@@ -109,7 +109,12 @@ define(['doT', 'text!temp/pk_week_list_template_tpl.html.html', 'css!style/home.
}; };
pkList.setPkTime(); pkList.setPkTime();
pkList.getTeamList();//点击生成 团队排行生成 if(pkList.mainTabIndexTeam){
pkList.getTeamList();//点击生成 团队排行生成
}else{
pkList.getList();//点击生成 团队排行生成
}
}); });
$(".export-pk").click(function() { //导出列表 $(".export-pk").click(function() { //导出列表
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment