wangfukang 4 weeks ago
parent
commit
1660cd8124
  1. 2
      components/tab-bar/myCenter.vue

2
components/tab-bar/myCenter.vue

@ -76,7 +76,7 @@
this.balance += Number(res.result.shop[i].balance) this.balance += Number(res.result.shop[i].balance)
} }
} }
this.balance = this.balance.toFixed(2) this.balance = this.balance.toFixed(2);
that.$forceUpdate(); that.$forceUpdate();
} else { } else {
this.tui.toast(res.message) this.tui.toast(res.message)

Loading…
Cancel
Save