From b84a4ee0fb34d3f0870050c6eb08003f9448944e Mon Sep 17 00:00:00 2001 From: lihui Date: Fri, 15 Aug 2025 13:30:38 +0800 Subject: [PATCH] =?UTF-8?q?refactor(coinConsumeDetail):=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=B6=88=E8=80=97=E6=80=BB=E6=96=B0=E5=B8=81=E4=B8=BA?= =?UTF-8?q?=E6=B6=88=E8=80=97=E6=96=B0=E5=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/consume/gold/coinConsumeDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/consume/gold/coinConsumeDetail.vue b/src/views/consume/gold/coinConsumeDetail.vue index 47f02c7..c581b6b 100644 --- a/src/views/consume/gold/coinConsumeDetail.vue +++ b/src/views/consume/gold/coinConsumeDetail.vue @@ -633,7 +633,7 @@ const getMarket = async function () {
- 消耗总新币:{{ format3(Math.abs(permanentGolds) ) }}新币     + 消耗新币:{{ format3(Math.abs(permanentGolds) ) }}新币     永久金币:{{ format3(Math.abs(permanentGolds) ) }}     免费金币:{{ format3(Math.abs(freeGolds) ) }}     任务金币:{{ format3(Math.abs(taskGolds) ) }}