From 4480b9c50a8ac4f1426d1e83255df0368b667fc3 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Sat, 11 Oct 2025 14:57:17 +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