寫到一個搜索功能,需要點擊的時候,手機自帶的輸入法里面的確定事件進行搜索,
我用的input寫的搜索框,只要吧input加上幾個屬性就好啦!
<view class="header" style="background: #ffffff;">
<input confirm-type="search" @confirm="search" type="text" placeholder-class="font-color"
placeholder="請輸入關鍵字" v-model="queryData.searchKeyword" />
<image src="../../static/icon_search.png" @click="search()" class="search"></image> </view>