From df3779c2db04761b5741d49971bf10f9f6982f28 Mon Sep 17 00:00:00 2001 From: woody Date: Fri, 18 Jul 2025 11:17:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(mine):=20=E5=BC=BA=E5=88=B6=E4=BF=9D?= =?UTF-8?q?=E7=95=99=E4=B8=A4=E4=BD=8D=E5=B0=8F=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/mine/index.vue b/pages/mine/index.vue index 8bd2269..5143a3c 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -650,7 +650,7 @@ export default { return '500+' } const valueInWan = num / 10000 - return `${Math.floor(valueInWan * 100) / 100}` + return `${(Math.floor(valueInWan * 100) / 100).toFixed(2)}` }, getMemberBalance() { getMemberBalance().then(res => {