Commit 4e5fa132 authored by 李尚科's avatar 李尚科

house tool fix

parent 11ed9183
Pipeline #6015 passed with stage
in 2 seconds
...@@ -28,7 +28,9 @@ class ToolService extends Service { ...@@ -28,7 +28,9 @@ class ToolService extends Service {
longitude: item.longitude, longitude: item.longitude,
latitude: item.latitude, latitude: item.latitude,
price: item.price, price: item.price,
unit: item.unit || '元/平', count: item.count,
unit: item.unit || '万套',
level,
}); });
} }
...@@ -60,6 +62,7 @@ class ToolService extends Service { ...@@ -60,6 +62,7 @@ class ToolService extends Service {
latitude: item.latitude, latitude: item.latitude,
price: item.price, price: item.price,
unit: item.unit || '元/平', unit: item.unit || '元/平',
level,
}); });
} }
......
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