From e65fe4eda177bfc8a50d52aa3098cf01ce112a4c Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Thu, 1 Jun 2017 09:47:37 +0800 Subject: [PATCH] =?UTF-8?q?TPI=E5=8F=82=E8=80=83=E7=AD=94=E6=A1=88?= =?UTF-8?q?=E7=9A=84=E5=BC=B9=E6=A1=86=E6=B2=A1=E6=9C=89=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/games/_game_answer_tip_pop.html.erb | 34 ++++++++----------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/app/views/games/_game_answer_tip_pop.html.erb b/app/views/games/_game_answer_tip_pop.html.erb index 58acf5fa2..1185c189c 100644 --- a/app/views/games/_game_answer_tip_pop.html.erb +++ b/app/views/games/_game_answer_tip_pop.html.erb @@ -1,27 +1,23 @@ -
+

提示

- -
+
-
- <% if @viewed == 2 %> -
    -
  • - 将扣除<%= @challenge_score %>点积分
    是否确认查看答案 -
  • -
    - 取消 - 确定 -
    - <% else %> -
  • - 本操作需要扣除<%= @challenge_score %>点积分
    你的积分不够 -
  • - <% end %> -
+
+

+ <% if @viewed == 2 %> + 将扣除<%= @challenge_score %>点积分
是否确认查看答案 + <% else %> + 本操作需要扣除<%= @challenge_score %>点积分
你的积分不够 + <% end %> +

+
+
+