From 73f6f1abf14e61f2b8735f4a48dce8281fd7d5e4 Mon Sep 17 00:00:00 2001 From: woody Date: Fri, 18 Jul 2025 11:10:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(mine):=20=E6=8B=93=E5=B1=95=E7=BB=93?= =?UTF-8?q?=E4=BD=99=E5=B1=95=E7=A4=BA=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/index.vue | 59 ++++++++++++++++++++++---------------------- 1 file changed, 30 insertions(+), 29 deletions(-) diff --git a/pages/mine/index.vue b/pages/mine/index.vue index 92472a8..8bd2269 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -111,32 +111,7 @@ - - 拓展结余 - - - - 左区 - {{ totalBalanceFormat(totalBalanceProgress.leftValue) }}/右区 - {{ totalBalanceFormat(totalBalanceProgress.rightValue) }} - - - + 昨日业绩 + + 拓展结余 + + + + 左区 + {{ totalBalanceFormat(totalBalanceProgress.leftValue) }}/右区 + {{ totalBalanceFormat(totalBalanceProgress.rightValue) }} + + + {{ '历史业绩' }} = 5000000) { - return '500万+' + return '500+' } const valueInWan = num / 10000 - return `${valueInWan.toFixed(4)}万` + return `${Math.floor(valueInWan * 100) / 100}` }, getMemberBalance() { getMemberBalance().then(res => {