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)