From 15a0e50e48ef7c165140f3bf315a0a7f9ee742c3 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Fri, 17 Oct 2025 18:26:06 +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