新版交易所前段管理后台
1
PC-20250623MANY\Administrator
2025-10-11 9bce7bb8665b60983eb0697a101731eb39fc61dd
1
3 files modified
24 ■■■■■ changed files
src/config.js 5 ●●●●● patch | view | raw | blame | history
src/views/main.vue 3 ●●●●● patch | view | raw | blame | history
src/views/modules/user/user.vue 16 ●●●●● patch | view | raw | blame | history
src/config.js
@@ -1,10 +1,10 @@
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': '',
@@ -66,6 +66,7 @@
        ".user_safeword_apply_untreated_cout-1", ".user_safeword_apply_untreated_cout-2",
        ".user_safeword_apply_untreated_cout-3"
    ]],
    [".c2c_count",[".c2c_untreated_count"]],
]);
src/views/main.vue
@@ -394,6 +394,9 @@
                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) {
src/views/modules/user/user.vue
@@ -150,6 +150,19 @@
              <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">
@@ -193,6 +206,7 @@
      withdrawCount: "", //提现
      realNameAuthCount: "", //用户基础认证
      highLevelAuthCount: "", //用户高级认证
      c2cMsgCount: "", //c2c消息数量
      allUserCount: "", //总用户数
      balanceAmount: "", //    充提差额
      recharge: "", //    充值金额
@@ -249,10 +263,12 @@
            (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({