From c16f8eacf77dc71f83a17b579560c6649aa24d94 Mon Sep 17 00:00:00 2001 From: woody Date: Tue, 15 Jul 2025 13:43:32 +0800 Subject: [PATCH] feat(mine): fix balance --- pages/mine/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/mine/index.vue b/pages/mine/index.vue index 796febe..a982548 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -115,8 +115,8 @@ 拓展结余 - 左区 {{ balanceProgress.leftValue || 0 }}/右区 - {{ balanceProgress.rightValue || 0 }} + 左区 {{ totalBalanceProgress.leftValue || 0 }}/右区 + {{ totalBalanceProgress.rightValue || 0 }}