diff --git a/src/views/usergold/clientCountDetail.vue b/src/views/usergold/clientCountDetail.vue index 0fa8427..268fb6e 100644 --- a/src/views/usergold/clientCountDetail.vue +++ b/src/views/usergold/clientCountDetail.vue @@ -394,10 +394,10 @@ onMounted(async function () {
- 金币总数:{{ Math.abs(totalGoldTotal) / 100 }} - 永久金币:{{ Math.abs(totalPermanentGold) / 100 }} - 免费金币:{{ Math.abs(totalFreeGold) / 100 }} - 任务金币:{{ Math.abs(totalTaskGold) / 100 }} + 金币总数:{{ (totalGoldTotal) / 100 }} + 永久金币:{{ (totalPermanentGold) / 100 }} + 免费金币:{{ (totalFreeGold) / 100 }} + 任务金币:{{(totalTaskGold) / 100 }}