From 84168d1c0eafba21b5df7eeb60aab441e4477916 Mon Sep 17 00:00:00 2001 From: dzl <786316265@qq.com> Date: Fri, 12 Sep 2025 09:13:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=8F=98=E9=87=8F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Beans.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/Beans.vue b/src/views/Beans.vue index ee69f0f..6302295 100644 --- a/src/views/Beans.vue +++ b/src/views/Beans.vue @@ -8,35 +8,35 @@
-
{{ stats.totalTransfers || 0 }}
+
{{ stats.total_to_admin || 0 }}
转给系统的融豆总数
-
{{ stats.totalEarned || 0 }}
+
{{ stats.total_to_agent || 0 }}
转给代理的融豆总数
-
{{ stats.totalSpent || 0 }}
+
{{ stats.total_to_agent_directly || 0 }}
转给直营代理的融豆总数
-
{{ stats.completedTransfers || 0 }}
+
{{ stats.total_to_directly_operated || 0 }}
转给直营的融豆总数
-
{{ stats.total || 0 }}
+
{{ stats.total_get || 0 }}
提现总数