实训页面点击到评测信息后再点击评测,评测信息出现的内容是测试集,并不是评测信息的原本内容
This commit is contained in:
parent
bacaa8d435
commit
d3a16e2cfc
|
|
@ -116,6 +116,7 @@
|
|||
latest_output: data.latest_output
|
||||
});
|
||||
$("#game_test_set_results").html(html);
|
||||
$("#blacktab_nav_1").trigger("click");
|
||||
if(data.status == 2){
|
||||
clearInterval(cm);
|
||||
clearInterval(intId);
|
||||
|
|
|
|||
|
|
@ -115,6 +115,7 @@
|
|||
}
|
||||
);
|
||||
$("#game_test_set_results").html(html);
|
||||
$("#blacktab_nav_1").trigger("click");
|
||||
});
|
||||
// 公开的测试集允许展开与隐藏
|
||||
function toggle_test_case(t_case, id){
|
||||
|
|
|
|||
Loading…
Reference in New Issue