init
This commit is contained in:
@@ -184,6 +184,7 @@ export default {
|
|||||||
todayLoginNum,
|
todayLoginNum,
|
||||||
todayLoginDiffLast,
|
todayLoginDiffLast,
|
||||||
anchorNum,
|
anchorNum,
|
||||||
|
anchorNumDiffLast,
|
||||||
todayRechargeAmountNum,
|
todayRechargeAmountNum,
|
||||||
todayRechargeNum,
|
todayRechargeNum,
|
||||||
todayRechargeAmountDiffLast,
|
todayRechargeAmountDiffLast,
|
||||||
@@ -196,6 +197,8 @@ export default {
|
|||||||
this.loginModel.trendNum = todayLoginDiffLast
|
this.loginModel.trendNum = todayLoginDiffLast
|
||||||
|
|
||||||
this.topUpModel.count = anchorNum // 主播人数
|
this.topUpModel.count = anchorNum // 主播人数
|
||||||
|
this.topUpModel.trendDirection = anchorNumDiffLast >= 0 ? 0 : 1; // 增加还是减少
|
||||||
|
this.topUpModel.trendNum = anchorNumDiffLast
|
||||||
|
|
||||||
this.withdrawDepositModel.count = todayRechargeAmountNum // 充值金额
|
this.withdrawDepositModel.count = todayRechargeAmountNum // 充值金额
|
||||||
this.withdrawDepositModel.money = todayRechargeNum
|
this.withdrawDepositModel.money = todayRechargeNum
|
||||||
|
|||||||
Reference in New Issue
Block a user