From 1660cd8124dd29af25e7347e37b0d1ccae45b149 Mon Sep 17 00:00:00 2001 From: wangfukang <15630117759@163.com> Date: Sat, 9 May 2026 10:09:55 +0800 Subject: [PATCH] 1 --- components/tab-bar/myCenter.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tab-bar/myCenter.vue b/components/tab-bar/myCenter.vue index 45e715f..9912703 100644 --- a/components/tab-bar/myCenter.vue +++ b/components/tab-bar/myCenter.vue @@ -76,7 +76,7 @@ this.balance += Number(res.result.shop[i].balance) } } - this.balance = this.balance.toFixed(2) + this.balance = this.balance.toFixed(2); that.$forceUpdate(); } else { this.tui.toast(res.message)