|
|
@ -596,7 +596,7 @@ const getTagText = (state) => { |
|
|
|
<el-col> |
|
|
|
<el-card> |
|
|
|
<div> |
|
|
|
消耗金额:{{ Math.abs(sumGold) / 100 }}新币,永久金币:{{ Math.abs(permanentGolds) / 100 }},免费金币:{{ |
|
|
|
消耗总金额:{{ Math.abs(permanentGolds) / 100 }}新币,永久金币:{{ Math.abs(permanentGolds) / 100 }},免费金币:{{ |
|
|
|
Math.abs(freeGolds) / 100 |
|
|
|
}},任务金币:{{ Math.abs(taskGolds) / 100 }} |
|
|
|
</div> |
|
|
|