学院统计报500
This commit is contained in:
parent
80ee189680
commit
342dcb03b1
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue