This commit is contained in:
张良(004796)
2024-03-08 16:11:59 +08:00
parent 9e11c119ab
commit be25317e95

View File

@@ -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