|
|
@ -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) |
|
|
|