|
@@ -1257,7 +1257,7 @@
|
|
|
if(thirdData && thirdData.length>0){
|
|
|
mainImage = thirdData[1] ? thirdData[1].hardboundEffect[0] : thirdData[0].hardboundEffect[0];
|
|
|
}
|
|
|
- houseData.houseJson = spaceList.concat(thirdData);
|
|
|
+ houseData.houseJson = thirdData ? spaceList.concat(thirdData) : spaceList;
|
|
|
// houseData.expand = expand;
|
|
|
let param = {
|
|
|
"brandId": $config.brandId,
|