From 48e0975c895df975aa1219ecf62dc3d4f3c86641 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Tue, 23 Dec 2025 22:19:37 +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