diff --git a/components/uni-searchbar.vue b/components/uni-searchbar.vue index 7e6573f..825dcd8 100644 --- a/components/uni-searchbar.vue +++ b/components/uni-searchbar.vue @@ -14,7 +14,7 @@ prefixIcon="search" :border="false" style="background-color: #fff;border: none;" - confirm-type="search" + confirm-type="go" @confirm="goSearch(queryParamF)"/> @@ -65,9 +65,6 @@ }, methods: { goSearch(value) { - console.log('---enter') - console.log(value) - console.log(this.queryParamF) if(!this.queryParamF && value) { this.queryParamF = value }