|
@@ -31,14 +31,14 @@ export default {
|
|
return this.params.successImageLists;
|
|
return this.params.successImageLists;
|
|
},
|
|
},
|
|
houseData () {
|
|
houseData () {
|
|
- debugger
|
|
|
|
|
|
+
|
|
return this.params.houseData;
|
|
return this.params.houseData;
|
|
},
|
|
},
|
|
peopleData () {
|
|
peopleData () {
|
|
return this.params.peopleData;
|
|
return this.params.peopleData;
|
|
},
|
|
},
|
|
dataLandlady () {
|
|
dataLandlady () {
|
|
- debugger
|
|
|
|
|
|
+
|
|
return this.params.dataLandlady;
|
|
return this.params.dataLandlady;
|
|
},
|
|
},
|
|
houseDataIds () {
|
|
houseDataIds () {
|