Commit 9f59aef3 authored by mercury233's avatar mercury233

update player points

parent b7910a60
...@@ -76,39 +76,33 @@ ...@@ -76,39 +76,33 @@
<table class="table table-sm"> <table class="table table-sm">
<tbody> <tbody>
<tr> <tr>
<th i18n>竞技排名</th> <th i18n>D.P</th>
<td>{{points.arena_rank}}</td> <td>{{points.pt}}</td>
<th i18n>娱乐排名</th> <th i18n>经验</th>
<td>{{points.exp_rank}}</td> <td>{{points.exp}}</td>
</tr> </tr>
<tr> <tr>
<th i18n>竞技胜率</th> <th i18n>竞技胜率</th>
<td>{{points.athletic_wl_ratio}}%</td> <td>{{points.athletic_wl_ratio}}%</td>
<th i18n>经验</th> <th i18n>竞技排名</th>
<td>{{points.exp}}</td> <td>{{points.arena_rank}}</td>
</tr> </tr>
<tr> <tr>
<th i18n>胜场</th> <th i18n>竞技胜场</th>
<td>{{points.athletic_win}}</td> <td>{{points.athletic_win}}</td>
<th i18n></th> <th i18n>竞技总</th>
<td>{{points.entertain_win}}</td> <td>{{points.athletic_all}}</td>
</tr> </tr>
<tr> <tr>
<th i18n>负场</th> <th i18n>竞技负场</th>
<td>{{points.athletic_lose}}</td> <td>{{points.athletic_lose}}</td>
<th i18n>负场</th> <th i18n>娱乐排名</th>
<td>{{points.entertain_lose}}</td> <td>{{points.exp_rank}}</td>
</tr> </tr>
<tr> <tr>
<th i18n>平局</th> <th i18n>竞技平局</th>
<td>{{points.athletic_draw}}</td> <td>{{points.athletic_draw}}</td>
<th i18n>平局</th> <th i18n>娱乐总场</th>
<td>{{points.entertain_draw}}</td>
</tr>
<tr>
<th i18n>总场</th>
<td>{{points.athletic_all}}</td>
<th i18n>总场</th>
<td>{{points.entertain_all}}</td> <td>{{points.entertain_all}}</td>
</tr> </tr>
</tbody> </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