|
@ -61,7 +61,7 @@ |
|
|
|
|
|
|
|
|
<div> |
|
|
<div> |
|
|
总条数:{{ stats.totalNum }}条 |
|
|
总条数:{{ stats.totalNum }}条 |
|
|
退款总金币数:{{ (stats.permanentGolds + stats.freeGolds + stats.taskGolds).toFixed(2) }}金币 |
|
|
|
|
|
|
|
|
总金币数:{{ (stats.permanentGolds + stats.freeGolds + stats.taskGolds).toFixed(2) }}金币 |
|
|
永久金币:{{ stats.permanentGolds.toFixed(2) }}金币 |
|
|
永久金币:{{ stats.permanentGolds.toFixed(2) }}金币 |
|
|
免费金币:{{ stats.freeGolds.toFixed(2) }}金币 |
|
|
免费金币:{{ stats.freeGolds.toFixed(2) }}金币 |
|
|
<!-- 任务金币:{{ stats.taskGolds.toFixed(2) }}金币--> |
|
|
<!-- 任务金币:{{ stats.taskGolds.toFixed(2) }}金币--> |
|
|