Commit d25e21e8 authored by Hsinli's avatar Hsinli

addd

parent 62825c1d
Pipeline #8703 passed with stage
in 14 seconds
...@@ -137,7 +137,7 @@ class CollectionService extends Service { ...@@ -137,7 +137,7 @@ class CollectionService extends Service {
address: retList[j].address, address: retList[j].address,
tags: retList[j].tags ? eval(retList[j].tags) : [], tags: retList[j].tags ? eval(retList[j].tags) : [],
image: retList[j].image, image: retList[j].image,
area: type === 1 ? retList[j].house_area : '', area: type === 1 ? Number(retList[j].house_area) : '',
price: type === 1 ? (['', 0].includes(Number(retList[j].reference_avg_price)) ? '--' : Number(retList[j].reference_avg_price)) : Number(retList[j].price), price: type === 1 ? (['', 0].includes(Number(retList[j].reference_avg_price)) ? '--' : Number(retList[j].reference_avg_price)) : Number(retList[j].price),
type: type === 1 ? 'new_house' : 'rental_house', type: type === 1 ? 'new_house' : 'rental_house',
corner: type === 1 ? retList[j].corner : '', corner: type === 1 ? retList[j].corner : '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment