diff --git a/components/uni-searchbar.vue b/components/uni-searchbar.vue index f605fd7..825dcd8 100644 --- a/components/uni-searchbar.vue +++ b/components/uni-searchbar.vue @@ -65,9 +65,6 @@ }, methods: { goSearch(value) { - console.log('---enter') - console.log(value) - console.log(this.queryParamF) if(!this.queryParamF && value) { this.queryParamF = value }