From 2693ba7fbf17ed5c73e7e3cb46fac22687a26877 Mon Sep 17 00:00:00 2001 From: lihui Date: Sun, 24 Aug 2025 10:36:30 +0800 Subject: [PATCH] =?UTF-8?q?feat(consume):=20=E4=BC=98=E5=8C=96=E6=96=B0?= =?UTF-8?q?=E5=B8=81=E6=B6=88=E8=80=97=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/consume/gold/coinConsumeDetail.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/consume/gold/coinConsumeDetail.vue b/src/views/consume/gold/coinConsumeDetail.vue index a1bf8bc..a16072c 100644 --- a/src/views/consume/gold/coinConsumeDetail.vue +++ b/src/views/consume/gold/coinConsumeDetail.vue @@ -562,9 +562,9 @@ const getMarket = async function () {
商品名称: - + - +
@@ -614,6 +614,7 @@ const getMarket = async function () {
消耗新币:{{ format3(Math.abs(permanentGolds)) }}新币     + 消耗总金币:{{ format3(Math.abs(permanentGolds+freeGolds+taskGolds)) }}金币     永久金币:{{ format3(Math.abs(permanentGolds)) }}     免费金币:{{ format3(Math.abs(freeGolds)) }}     任务金币:{{ format3(Math.abs(taskGolds)) }} @@ -633,7 +634,7 @@ const getMarket = async function () { - +