From 1559002cd532f2783d83b39c05cfb7716f31f404 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Thu, 20 Jul 2023 19:38:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/apartment/seachModule.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/apartment/seachModule.vue b/src/components/apartment/seachModule.vue index 12d6062..b5bb027 100644 --- a/src/components/apartment/seachModule.vue +++ b/src/components/apartment/seachModule.vue @@ -18,8 +18,7 @@ popper-style="background: transparent;padding:0;box-shadow: none;border: none;transform: translateX(50px);">
@@ -74,8 +73,6 @@
- -
@@ -255,8 +252,12 @@ const rentInput = () => clearingAmountState = false // 点击历史搜索和热门推荐 const handleKeyword = value => { + // pitchValue.value['keyword'] = value + console.log(pitchValue.value['keyword'], "pitchValue.value['keyword']"); + + return if (!value) value = pitchValue.value['keyword'] router.push(`/seachPage?keyword=${value}`)