From ae5b700362f98b7ad4cba1910a75aa620689d107 Mon Sep 17 00:00:00 2001 From: LuoShijie Date: Sun, 19 Nov 2023 14:24:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=97=E4=B8=96=E6=9D=B0=EF=BC=9Afixed?= =?UTF-8?q?=EF=BC=9A=E4=BF=AE=E6=94=B9=E5=88=97=E8=A1=A8=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=8F=91=E9=80=81=E7=BD=91=E7=BB=9C=E8=AF=B7=E6=B1=82=E7=9A=84?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/DropDown/DropDown.vue | 4 ++- components/SearchShopList/SearchShopList.vue | 25 ++++--------- components/ShowShopList/ShowShopList.vue | 12 ++++--- pages/index/index.vue | 38 ++++++++++++++++++-- pages/shopTransfer/shopTransfer.vue | 34 +++++++++++++++--- 5 files changed, 83 insertions(+), 30 deletions(-) diff --git a/components/DropDown/DropDown.vue b/components/DropDown/DropDown.vue index a23fa7b..79e1424 100644 --- a/components/DropDown/DropDown.vue +++ b/components/DropDown/DropDown.vue @@ -69,6 +69,8 @@ this.activeIndex = -1; } else this.activeIndex = index + + this.$emit('changeDrop') }, cancelDrop() { this.activeIndex = -1; @@ -79,7 +81,7 @@ ...querys } const query = this.$u.queryParams(this.queryInfo) - console.log(query, 'query'); + console.log(query, 'dropquery'); this.$emit('getQueryInfo', query) return query } diff --git a/components/SearchShopList/SearchShopList.vue b/components/SearchShopList/SearchShopList.vue index e4c6e35..4fe4956 100644 --- a/components/SearchShopList/SearchShopList.vue +++ b/components/SearchShopList/SearchShopList.vue @@ -1,7 +1,7 @@