兼容接入商品固定价格字段
This commit is contained in:
@@ -58,7 +58,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 extractObjectKey(url: string) {
|
||||
|
||||
Reference in New Issue
Block a user