提交 5d8f7c85 编写于 作者: Q qiang

fix: 解决searchInput无法监听点击事件的问题

上级 44f593c7
...@@ -379,7 +379,7 @@ export default { ...@@ -379,7 +379,7 @@ export default {
this.composing = val this.composing = val
}) })
if (this.searchInput.disabled) { if (this.searchInput.disabled) {
input.$on('click', () => { input.$el.addEventListener('click', () => {
UniServiceJSBridge.emit('onNavigationBarSearchInputClicked', '') UniServiceJSBridge.emit('onNavigationBarSearchInputClicked', '')
}) })
} else { } else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册