小程序绑定enter事件
Posted 认真生活、快乐工作 - 马云
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了小程序绑定enter事件相关的知识,希望对你有一定的参考价值。
<view class="search">
<view class="search-container">
<view class="search-left">
<image class="search-image" src="/images/index/search.png" />
<input class="search-input" placeholder="请输入你喜欢的商品" bindinput='watchSearch' data-keywords="{{keywords}}" bindconfirm='go_to_search_result'/>
</view>
<view class="search-btn" data-keywords="{{keywords}}" bindtap="go_to_search_result">搜索</view>
</view>
</view>
bindconfirm
绑定后,就不需要点搜索按钮了
以上是关于小程序绑定enter事件的主要内容,如果未能解决你的问题,请参考以下文章