From be25317e95b2e1c2f526bac995f1e10e9ac15e11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E8=89=AF=28004796=29?= Date: Fri, 8 Mar 2024 16:11:59 +0800 Subject: [PATCH] init --- src/views/dashboard/PanelGroup.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/dashboard/PanelGroup.vue b/src/views/dashboard/PanelGroup.vue index 646f1b4..5515638 100644 --- a/src/views/dashboard/PanelGroup.vue +++ b/src/views/dashboard/PanelGroup.vue @@ -184,6 +184,7 @@ export default { todayLoginNum, todayLoginDiffLast, anchorNum, + anchorNumDiffLast, todayRechargeAmountNum, todayRechargeNum, todayRechargeAmountDiffLast, @@ -196,6 +197,8 @@ export default { this.loginModel.trendNum = todayLoginDiffLast this.topUpModel.count = anchorNum // 主播人数 + this.topUpModel.trendDirection = anchorNumDiffLast >= 0 ? 0 : 1; // 增加还是减少 + this.topUpModel.trendNum = anchorNumDiffLast this.withdrawDepositModel.count = todayRechargeAmountNum // 充值金额 this.withdrawDepositModel.money = todayRechargeNum