|
@ -421,7 +421,7 @@ const format3 = (num) => { |
|
|
<el-col> |
|
|
<el-col> |
|
|
<el-card> |
|
|
<el-card> |
|
|
<div> |
|
|
<div> |
|
|
金币变动总数:{{ format3(goldtotal || 0) }} |
|
|
|
|
|
|
|
|
金币总数:{{ format3(goldtotal || 0) }} |
|
|
永久金币:{{ format3(permanentGold || 0) }} |
|
|
永久金币:{{ format3(permanentGold || 0) }} |
|
|
免费金币:{{ format3(freeGold || 0) }} |
|
|
免费金币:{{ format3(freeGold || 0) }} |
|
|
任务金币:{{ format3(taskGold || 0) }} |
|
|
任务金币:{{ format3(taskGold || 0) }} |
|
|