Commit 476b560d authored by 李尚科's avatar 李尚科

fix

parent d78acc67
......@@ -95,7 +95,7 @@ class HouseAnalysisService extends Service {
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;
}
......
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