兼容接入商品固定价格字段
This commit is contained in:
@@ -43,7 +43,7 @@ function money(value: number) {
|
||||
}
|
||||
|
||||
function listingPrice(row: Listing) {
|
||||
return money(row.price_daily || row.price_hourly)
|
||||
return money(row.price || row.price_daily || row.price_hourly)
|
||||
}
|
||||
|
||||
function ownerName(row: Listing) {
|
||||
|
||||
Reference in New Issue
Block a user