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}`)