学院统计报500

This commit is contained in:
daiao 2017-09-25 09:28:28 +08:00
parent 80ee189680
commit 342dcb03b1
1 changed files with 2 additions and 2 deletions

View File

@ -33,10 +33,10 @@
</td>
<td>
<span class=" mr20">
<% if statistics.total_score.to_i == 0 %>
<% if statistics.total_score == 0 || statistics.total_score.nil? %>
--
<% else %>
<span style="color:#29bd8b;font-weight:bold;" class="font-14"> + <%= statistics.total_score.to_i %></span> 经验值
<span style="color:#29bd8b;font-weight:bold;" class="font-14">+ <%= statistics.total_score.to_i %></span> 经验值
<% end %>
</span>
</td>