<form>
<view class="search bg-white">
<view class="df search_arr">
<icon class="searchcion" @tap="gosearch" type='search'></icon>
<input @input="KeyInput" type='search' placeholder="请输入关键字" />
</view>
</view>
</form>
我设置了 type='search'但是弹出的键盘没有搜索按钮的,哪位大佬知道是怎么回事嘛?