From 13b2d091242cf396b8fe76ee696e3580e787e2a3 Mon Sep 17 00:00:00 2001 From: weicw <594098497@qq.com> Date: Wed, 23 Aug 2023 17:56:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E7=80=91=E5=B8=83=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/house/house.vue | 6 ++--- pages/index/index.vue | 58 +++++++++++++++++++++++++++++++++++++------ 2 files changed, 54 insertions(+), 10 deletions(-) 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;