init
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user