From aa32c5dfc1bbaf89083ecabc58111fd66c708b8c Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Tue, 1 Mar 2022 12:15:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E5=8A=A8=E7=AB=AF=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/src/pages/tabBar/dir/search.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/src/pages/tabBar/dir/search.vue b/mobile/src/pages/tabBar/dir/search.vue index cc4cabc957..aad3bb30a2 100644 --- a/mobile/src/pages/tabBar/dir/search.vue +++ b/mobile/src/pages/tabBar/dir/search.vue @@ -136,7 +136,7 @@ export default { * 点击软键盘搜索按键触发 */ onNavigationBarSearchInputConfirmed(e) { - let text = e.text; + /* let text = e.text; if (!text) { this.isHistory = true; this.historyList = []; @@ -161,7 +161,7 @@ export default { } } }); - } + } */ }, /** * 点击导航栏 buttons 时触发