From a5b72b345011ef8eefab1689152d49d7a3bf5218 Mon Sep 17 00:00:00 2001 From: lihui Date: Sun, 24 Aug 2025 15:22:07 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=94=B9=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/usergold/gold/clientCountBalance.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/usergold/gold/clientCountBalance.vue b/src/views/usergold/gold/clientCountBalance.vue index 8c36d6b..c53f1dd 100644 --- a/src/views/usergold/gold/clientCountBalance.vue +++ b/src/views/usergold/gold/clientCountBalance.vue @@ -421,7 +421,7 @@ const format3 = (num) => {
- 金币变动总数:{{ format3(goldtotal || 0) }}     + 金币总数:{{ format3(goldtotal || 0) }}     永久金币:{{ format3(permanentGold || 0) }}     免费金币:{{ format3(freeGold || 0) }}     任务金币:{{ format3(taskGold || 0) }}