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 时触发