Commit 9f59aef3 authored by mercury233's avatar mercury233

update player points

parent b7910a60
......@@ -76,39 +76,33 @@
<table class="table table-sm">
<tbody>
<tr>
<th i18n>竞技排名</th>
<td>{{points.arena_rank}}</td>
<th i18n>娱乐排名</th>
<td>{{points.exp_rank}}</td>
<th i18n>D.P</th>
<td>{{points.pt}}</td>
<th i18n>经验</th>
<td>{{points.exp}}</td>
</tr>
<tr>
<th i18n>竞技胜率</th>
<td>{{points.athletic_wl_ratio}}%</td>
<th i18n>经验</th>
<td>{{points.exp}}</td>
<th i18n>竞技排名</th>
<td>{{points.arena_rank}}</td>
</tr>
<tr>
<th i18n>胜场</th>
<th i18n>竞技胜场</th>
<td>{{points.athletic_win}}</td>
<th i18n></th>
<td>{{points.entertain_win}}</td>
<th i18n>竞技总</th>
<td>{{points.athletic_all}}</td>
</tr>
<tr>
<th i18n>负场</th>
<th i18n>竞技负场</th>
<td>{{points.athletic_lose}}</td>
<th i18n>负场</th>
<td>{{points.entertain_lose}}</td>
<th i18n>娱乐排名</th>
<td>{{points.exp_rank}}</td>
</tr>
<tr>
<th i18n>平局</th>
<th i18n>竞技平局</th>
<td>{{points.athletic_draw}}</td>
<th i18n>平局</th>
<td>{{points.entertain_draw}}</td>
</tr>
<tr>
<th i18n>总场</th>
<td>{{points.athletic_all}}</td>
<th i18n>总场</th>
<th i18n>娱乐总场</th>
<td>{{points.entertain_all}}</td>
</tr>
</tbody>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment