Commit 8e4a7f13 authored by Hsinli's avatar Hsinli

addd

parent e7f32ce3
Pipeline #12628 passed with stage
in 26 seconds
......@@ -123,7 +123,7 @@ class NewHouseService extends Service {
async formatNewHouse(data) {
const { ctx } = this;
const decorationType = { 1: '毛坯', 2: '简装', 3: '精装' }
const archType = { 1: '板楼', 2: '塔楼' };
const archType = { 1: '板楼', 2: '塔楼', 3: '别墅', 4: '塔板结合', 5: '高层', 6: '花园洋房', 7: '多层' };//建筑类型 1 板楼 2塔楼 3别墅, 4塔板结合,5高层, 6花园洋房, 7多层
let ret = {};
if (Object.keys(data).length > 0) {
let nearBy = '';
......
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