From 73551a1a3df2dca687e7f9fbaff765f84ce68e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Dchenxuelian=E2=80=9C?= <“chenxuelian@cjiedata.com”> Date: Thu, 2 Feb 2023 20:41:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4console,=20=E5=B0=9D=E8=AF=95?= =?UTF-8?q?=E9=87=8D=E6=96=B0=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/uni-searchbar.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 }