Commit ce2328b1 authored by Hsinli's avatar Hsinli

Merge branch 'master' of t-git.51gjj.com:fangbin/51business

parents f1f040e6 9209bcc1
Pipeline #8867 passed with stage
in 22 seconds
...@@ -95,7 +95,7 @@ class HouseAnalysisService extends Service { ...@@ -95,7 +95,7 @@ class HouseAnalysisService extends Service {
return []; return [];
} }
const ret = house_analysis.map(item => { return { id: item.id, status: item.status, house_type: item.house_type, area: item.house_area, description: item.text, image: item.image } }); const ret = house_analysis.map(item => { return { id: item.id, name: item.residential, status: item.status, house_type: item.house_type, area: item.house_area, description: item.text, image: item.image } });
return ret; return ret;
} }
......
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