From 966ed02546e7e25c8b053ec76577967b7922b1ef Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Wed, 2 Aug 2023 18:07:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/apartment/seachModule.vue | 7 ++++--- src/components/detail/imageWatch.vue | 2 +- src/views/housingView/apartment.vue | 13 ++++++++++--- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/src/components/apartment/seachModule.vue b/src/components/apartment/seachModule.vue index c88d320..8c5dd5e 100644 --- a/src/components/apartment/seachModule.vue +++ b/src/components/apartment/seachModule.vue @@ -409,8 +409,8 @@ const selectOption = (type, value) => { -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529); font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif; - font-weight: 650; - font-size: 14px; + // font-weight: 650; + font-size: 16px; color: #FFFFFF; line-height: 48px; position: absolute; @@ -559,7 +559,8 @@ const selectOption = (type, value) => { background-color: rgba(246, 246, 246, 1); border-bottom: 1px solid #ebebeb; cursor: pointer; - + user-select: none; + .icon { width: 13px; height: 7px; diff --git a/src/components/detail/imageWatch.vue b/src/components/detail/imageWatch.vue index 5c23e5d..40463ca 100644 --- a/src/components/detail/imageWatch.vue +++ b/src/components/detail/imageWatch.vue @@ -13,7 +13,7 @@
- +
diff --git a/src/views/housingView/apartment.vue b/src/views/housingView/apartment.vue index 40b8090..c6a3d6a 100644 --- a/src/views/housingView/apartment.vue +++ b/src/views/housingView/apartment.vue @@ -126,9 +126,16 @@ const handleTransfer = (data) => { for (const key in data.value) { if (data.value[key] != pitchValue[key]) { pitchValue = { ...data.value } - page = 1 - list.value = [] - getData() + + for (const key in pitchValue) { + if (pitchValue[key]) { + page = 1 + list.value = [] + getData() + break + } + } + } } }