diff --git a/pages/house/house.vue b/pages/house/house.vue index c3b31e6..a94f617 100644 --- a/pages/house/house.vue +++ b/pages/house/house.vue @@ -25,8 +25,8 @@ @change="onSearch"> - + @@ -90,7 +90,7 @@ - + diff --git a/pages/index/index.vue b/pages/index/index.vue index 1e89b91..0448afa 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -31,7 +31,46 @@ - + + + + + + + + @@ -74,6 +113,8 @@ data() { return { list: [], + list1: [], + list2: [], loadMore: true, status: '加载更多', page: 1, @@ -126,6 +167,9 @@ } }, methods: { + changeList(e) { + this[e.name].push(e.value); + }, getDict() { DictApi.getDictionaryOptions({ dictCode: 'region' @@ -233,11 +277,11 @@ } .house-list { - width: 700rpx; - margin: 20rpx auto; - display: flex; - flex-wrap: wrap; - justify-content: space-between; + // width: 700rpx; + // margin: 20rpx auto; + // display: flex; + // flex-wrap: wrap; + // justify-content: space-between; .item { margin-bottom: 40rpx;