From eabdc8c8ccdf480d69aeb220dfd4793d53d5357b Mon Sep 17 00:00:00 2001 From: miss <994230062@qq.com> Date: Wed, 16 Aug 2017 08:56:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/challenges/_skill_form.html.erb | 2 +- app/views/games/_code_actions.html.erb | 4 +- app/views/layouts/base_myshixun.html.erb | 7 ++-- public/javascripts/application.js | 10 ++--- public/javascripts/edu/edu_tpi.js | 47 ++++++++++++----------- public/stylesheets/css/edu-common.css | 9 +++-- public/stylesheets/css/public.css | 4 +- public/stylesheets/public.css | 14 +++---- 8 files changed, 51 insertions(+), 46 deletions(-) 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 %> - ---> +