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 @@