金额使用整数, 不再扣押金, 价格每个人看到自己的-1
This commit is contained in:
@@ -39,7 +39,7 @@ function resetFilters() {
|
||||
}
|
||||
|
||||
function money(value: number) {
|
||||
return `¥${Number(value || 0).toFixed(2)}`
|
||||
return `¥${Math.round(Number(value || 0))}`
|
||||
}
|
||||
|
||||
function listingPrice(row: Listing) {
|
||||
|
||||
Reference in New Issue
Block a user