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