@@ -40,9 +54,10 @@
-
+
充值新币:{{ format3(stats.permanentGolds) }}新币
- 总金币数:{{ format3((stats.permanentGolds + stats.freeGolds + stats.taskGolds).toFixed(2)) }}金币
+ 总金币数:{{ format3((stats.permanentGolds + stats.freeGolds + stats.taskGolds).toFixed(2))
+ }}金币
永久金币:{{ format3(stats.permanentGolds.toFixed(2)) }}金币
免费金币:{{ format3(stats.freeGolds.toFixed(2)) }}金币
@@ -55,10 +70,10 @@