From d79e6aa3557c6ae2d68d38d40037a22d2ea78dd5 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Fri, 19 Dec 2025 11:21:48 +0800
Subject: [PATCH] 1
---
src/views/main.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/views/main.vue b/src/views/main.vue
index 1348710..88d307c 100644
--- a/src/views/main.vue
+++ b/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) {
--
Gitblit v1.9.3