Commit ed4863ae authored by Hsinli's avatar Hsinli

add

parent 82a24cd2
Pipeline #13168 passed with stage
in 4 seconds
...@@ -242,7 +242,7 @@ class NewHouseService extends Service { ...@@ -242,7 +242,7 @@ class NewHouseService extends Service {
power_supply_type: data.residential_power_suppler_type,//供电方式 power_supply_type: data.residential_power_suppler_type,//供电方式
near_by: nearBy,//周边规划 near_by: nearBy,//周边规划
}, },
permit: (data.selling_qualification === null) ? [] : JSON.parse(data.selling_qualification) permit: (data.selling_qualification === null || !data.selling_qualification) ? [] : JSON.parse(data.selling_qualification)
// permit: { // permit: {
// pre_sale_permit: data.pre_sale_permit,//预售证 // pre_sale_permit: data.pre_sale_permit,//预售证
// pre_sale_permit_date: data.pre_sale_permit_date,//发证时间 // pre_sale_permit_date: data.pre_sale_permit_date,//发证时间
......
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