From 012efdecaf447df0ed7d337e2d18a51883ebf6b8 Mon Sep 17 00:00:00 2001 From: lihui Date: Fri, 25 Jul 2025 13:50:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B7=A5=E4=BD=9C=E5=8F=B0=E6=98=A8?= =?UTF-8?q?=E6=97=A5=E5=85=85=E5=80=BC=E4=BA=BA=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/workspace/index.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/workspace/index.vue b/src/views/workspace/index.vue index 815e28a..b1977c4 100644 --- a/src/views/workspace/index.vue +++ b/src/views/workspace/index.vue @@ -123,7 +123,7 @@ @@ -249,6 +249,7 @@ const yearlyRechargeNum = ref(0) const sumWow = ref(0) const sumDaily = ref(0) const rechargeNum = ref(0) +const ydayRechargeNum = ref(0) const firstRecharge = ref(0) const length = ref(0) // 加载状态 @@ -364,6 +365,7 @@ const processData = (data) => { yearlyRefund: 0, yearlyReduce: 0, rechargeNum: 0, + ydayRechargeNum: 0, firstRecharge: 0, sumWow: 0, sumDaily: 0, @@ -415,7 +417,8 @@ const processData = (data) => { // // 日环比 // sumDaily.value = (marketCards.sumDaily / length.value).toFixed(2) - rechargeNum.value = summary.rechargeNum + // rechargeNum.value = summary.rechargeNum + ydayRechargeNum.value = summary.ydayRechargeNum firstRecharge.value = summary.firstRecharge }