Commit ef17a7af authored by 李尚科's avatar 李尚科

house map tool fix

parent 63a74b03
Pipeline #6226 passed with stage
in 7 seconds
...@@ -29,7 +29,7 @@ class ToolService extends Service { ...@@ -29,7 +29,7 @@ class ToolService extends Service {
latitude: item.latitude, latitude: item.latitude,
price: item.price, price: item.price,
count: item.count, count: item.count,
unit: item.unit || '万套', unit: item.unit || '个楼盘',
level, 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