diff --git a/app/views/challenges/_skill_form.html.erb b/app/views/challenges/_skill_form.html.erb index 8fe6bb0ae..0efbdd47a 100644 --- a/app/views/challenges/_skill_form.html.erb +++ b/app/views/challenges/_skill_form.html.erb @@ -22,7 +22,7 @@
    <% if @st == 0 %> -
  1. 学员为参考答案通过了本阶段的评测时将获得技能,否则不能获得技能
  2. +
  3. 学员未参考答案通过了本阶段的评测时将获得技能,否则不能获得技能
  4. <% else %>
  5. 学员答题正确将获得技能,否则不能获得技能
  6. <% end %> diff --git a/app/views/games/_code_actions.html.erb b/app/views/games/_code_actions.html.erb index d09224b1f..8e1edbfe6 100644 --- a/app/views/games/_code_actions.html.erb +++ b/app/views/games/_code_actions.html.erb @@ -136,8 +136,8 @@ // 加载页面 nEvalContent = $("#evaluating_contents").hide(); nEvalInfo = $("#evaluating_info").hide(); - /* nAjaxLoading = $("#evaluating_ajax_loading").css("display","flex").show().html(""); - nInfoAjaxLoading = $("#info_ajax_loading").css("display","flex").show().html("");*/ + nAjaxLoading = $("#evaluating_ajax_loading").css("display","flex").show().html(""); + nInfoAjaxLoading = $("#info_ajax_loading").css("display","flex").show().html(""); // nAjaxLoading.css("display","flex"); // nInfoAjaxLoading.css("display","flex"); // nEvalContent.hide(); diff --git a/app/views/layouts/base_myshixun.html.erb b/app/views/layouts/base_myshixun.html.erb index e33dac307..ad7798911 100644 --- a/app/views/layouts/base_myshixun.html.erb +++ b/app/views/layouts/base_myshixun.html.erb @@ -52,11 +52,12 @@
<%= yield %> - ---> +