Commit 60f711ba authored by Hsinli's avatar Hsinli

add

parent 798544b2
Pipeline #13156 passed with stage
in 5 seconds
......@@ -83,7 +83,11 @@ class NewHouseService extends Service {
}
} else {
//bugclose7894
images.push(newHouseInfo.image);
images.push({
id: 1,
path: newHouseInfo.image,
description: ''
});
}
//整理户型信息
let newHouseType = await this.formatNewHouseTypeList(newHouseInfo);
......
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