实训选择题回答正确后没有开启下一关但是时间还是跑
This commit is contained in:
parent
2d32a52114
commit
bc2ec225b9
|
|
@ -104,6 +104,7 @@
|
|||
dataType: "json",
|
||||
success: function(data){
|
||||
console.log(data);
|
||||
clearInterval(cm);
|
||||
var icon = $("#game_status_<%= @game_challenge.id %>"); // 实训列表的icon
|
||||
icon.find("i").attr("class", "fa fa-unlock fr font-18 mt5 color-light-green w20_center");
|
||||
icon.find("a:last").attr("title", "已完成");
|
||||
|
|
|
|||
Loading…
Reference in New Issue