提交 e6d9d881 编写于 作者: Q qiang

fix: 解决页面onNavigationBarSearchInputChanged钩子函数获取到的数据不正确的问题

上级 6aa31ebd
......@@ -66,7 +66,7 @@
confirm-type="search"
@focus="_focus"
@blur="_blur"
@input="_input"
@update:value="_input"
/>
</div>
<div class="uni-page-head-ft">
......@@ -446,9 +446,9 @@ export default {
_blur () {
this.focus = false
},
_input () {
_input (text) {
UniServiceJSBridge.emit('onNavigationBarSearchInputChanged', {
text: this.text
text
})
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册