Commit 35bf4aa6 authored by Hsinli's avatar Hsinli

add

parent 67228dee
Pipeline #9303 passed with stage
in 5 seconds
......@@ -124,7 +124,7 @@ class NewHouseService extends Service {
const saleType = { 0: '未开售', 1: '售罄', 2: '预售', 3: '在售' };
const decorationType = { 1: '毛坯', 2: '简装', 3: '精装' }
const archType = { 1: '板楼', 2: '塔楼' };
const houseType = { 1: '住宅', 2: '公寓' };
const houseType = { 1: '住宅', 2: '公寓', 3: '别墅', 4: '商业', 5: '写字', 6: '底商' };
let ret = {};
if (Object.keys(data).length > 0) {
//将json格式字符串处理
......
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