From e819dc852c55bd5ad31ef330cf62f4b1127fec6c Mon Sep 17 00:00:00 2001 From: woody Date: Tue, 15 Jul 2025 09:41:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(mine):=20=E5=8E=9F=E6=8B=93=E5=B1=95?= =?UTF-8?q?=E7=BB=93=E4=BD=99=E6=94=B9=E4=B8=BA=E5=BD=93=E6=9C=9F=E7=BB=93?= =?UTF-8?q?=E4=BD=99=EF=BC=8C=E6=B7=BB=E5=8A=A0=E6=8B=93=E5=B1=95=E7=BB=93?= =?UTF-8?q?=E4=BD=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/index.vue | 55 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/pages/mine/index.vue b/pages/mine/index.vue index f1fb273..796febe 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -86,6 +86,31 @@ + + 当期拓展 + + + + 左区 {{ balanceProgress.leftValue || 0 }}/右区 + {{ balanceProgress.rightValue || 0 }} + + + 拓展结余 0) { + leftProgress = (leftValue / total) * 100 + rightProgress = (rightValue / total) * 100 + } + return { leftProgress, rightProgress,