| | |
| | | const menuMap = { |
| | | 'C2C_0': '', |
| | | 'C2C管理_0': '.c2c_count', |
| | | 'C2C支付方式模板_1': '', |
| | | 'C2C支付方式管理_1': '', |
| | | 'C2C承兑商管理_1': '', |
| | | 'C2C广告配置_1': '', |
| | | 'C2C订单_1': '', |
| | | 'C2C订单_1': '.c2c_untreated_count', |
| | | 'C2C申诉_1': '', |
| | | '理财矿机_0': '', |
| | | '理财配置_1': '', |
| | |
| | | ".user_safeword_apply_untreated_cout-1", ".user_safeword_apply_untreated_cout-2", |
| | | ".user_safeword_apply_untreated_cout-3" |
| | | ]], |
| | | [".c2c_count",[".c2c_untreated_count"]], |
| | | ]); |
| | | |
| | | |
| | |
| | | this.countHandle(".withdraw_order_untreated_cout", 0); |
| | | this.countHandle(".recharge_blockchain_order_untreated_cout", 0); |
| | | this.countHandle(".bank_card_order_untreated_cout", 0); |
| | | // C2C |
| | | this.countHandle(".c2c_count", 0); |
| | | this.countHandle(".c2c_untreated_count", 0); |
| | | }, |
| | | //展示处理 |
| | | countHandle(ele, count) { |
| | |
| | | <span class="font_Size12 bg_Red">{{ highLevelAuthCount }}</span> |
| | | </div> |
| | | </div> |
| | | <div class="text_Box2" @click="onUseBaseButtonTwo()"> |
| | | <div class="text_moll"> |
| | | <img |
| | | style="width: 42px; height: 40px" |
| | | src="../../../assets/img/Vector_4.png" |
| | | alt="" |
| | | /> |
| | | </div> |
| | | <div class="text_moll"> |
| | | <span class="font_Size14">c2c</span> |
| | | <span class="font_Size12 bg_Red">{{ c2cMsgCount }}</span> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <!-- <div class="user_Box_main user_Bottom_box"> |
| | |
| | | withdrawCount: "", //提现 |
| | | realNameAuthCount: "", //用户基础认证 |
| | | highLevelAuthCount: "", //用户高级认证 |
| | | c2cMsgCount: "", //c2c消息数量 |
| | | allUserCount: "", //总用户数 |
| | | balanceAmount: "", // 充提差额 |
| | | recharge: "", // 充值金额 |
| | |
| | | (this.withdrawCount = data.data.withdrawCount), //提现 |
| | | (this.realNameAuthCount = data.data.realNameAuthCount), //用户基础认证 |
| | | (this.highLevelAuthCount = data.data.highLevelAuthCount); //用户高级认证 |
| | | (this.c2cMsgCount = data.data.c2cMsgCount); //c2c消息数量 |
| | | this.waitCount = |
| | | this.rechargeCount + |
| | | this.withdrawCount + |
| | | this.realNameAuthCount + |
| | | this.c2cMsgCount + |
| | | this.highLevelAuthCount; |
| | | } else { |
| | | this.$message({ |