Commit 0ce187b0 authored by Hsinli's avatar Hsinli

addd

parent 56d573b7
Pipeline #9204 passed with stage
in 15 seconds
......@@ -215,8 +215,8 @@ class NewHouseService extends Service {
residential: {
land_area: Number(data.residential_land_area),//占地面积
house_area: Number(data.residential_house_area),//建筑面积
area_ratio: Number(data.area_ratio),//容积率
green_ratio: Number(data.green_ratio),//绿化率
area_ratio: Number(data.residential_area_ratio),//容积率
green_ratio: Number(data.residential_green_ratio),//绿化率
property_fee: data.residential_property_fee,//物业费用
property_company: data.residential_property_company,//物业公司
plan_rooms: data.plan_rooms,//规划户数
......
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