This commit is contained in:
2025-01-06 22:43:05 +08:00

View File

@@ -307,7 +307,7 @@
}); });
}, },
setAllMoney() { setAllMoney() {
this.money = Math.floor(this.mayMoney * 100) / 100 this.money = this.mayMoney.toFixed(2)
}, },
/** /**