Commit 328db340 authored by Hsinli's avatar Hsinli

add

parent 2c39cf13
Pipeline #9311 passed with stage
in 4 seconds
...@@ -126,10 +126,6 @@ class NewHouseService extends Service { ...@@ -126,10 +126,6 @@ class NewHouseService extends Service {
const archType = { 1: '板楼', 2: '塔楼' }; const archType = { 1: '板楼', 2: '塔楼' };
let ret = {}; let ret = {};
if (Object.keys(data).length > 0) { if (Object.keys(data).length > 0) {
//property_type物业类型/住宅类型处理
let property_type = [];
//将json格式字符串处理 //将json格式字符串处理
let nearBy = ''; let nearBy = '';
if (data.residential_nearby.length > 0) { if (data.residential_nearby.length > 0) {
......
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