Unverified 提交 e28d3467 authored 作者: fit2cloud-chenyw's avatar fit2cloud-chenyw 提交者: GitHub

Merge pull request #1854 from dataease/pr@v1.8@fix_mobile_search_history

fix: 移动端搜索错误
...@@ -136,7 +136,7 @@ export default { ...@@ -136,7 +136,7 @@ export default {
* 点击软键盘搜索按键触发 * 点击软键盘搜索按键触发
*/ */
onNavigationBarSearchInputConfirmed(e) { onNavigationBarSearchInputConfirmed(e) {
let text = e.text; /* let text = e.text;
if (!text) { if (!text) {
this.isHistory = true; this.isHistory = true;
this.historyList = []; this.historyList = [];
...@@ -161,7 +161,7 @@ export default { ...@@ -161,7 +161,7 @@ export default {
} }
} }
}); });
} } */
}, },
/** /**
* 点击导航栏 buttons 时触发 * 点击导航栏 buttons 时触发
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论