金额使用整数, 不再扣押金, 价格每个人看到自己的-1
This commit is contained in:
@@ -313,7 +313,7 @@ func readUnitPrice(priceText string) float64 {
|
||||
}
|
||||
|
||||
func roundMoney(value float64) float64 {
|
||||
return math.Round(value*100) / 100
|
||||
return math.Round(value)
|
||||
}
|
||||
|
||||
func readFireLevel(summary map[string]any) (int, bool) {
|
||||
|
||||
Reference in New Issue
Block a user