微信小程序開發之(zhī)帶搜索記錄的(de)搜索框
發表時(shí)間:2021-5-11
發布人(rén):融晨科技
浏覽次數:101
實現功能:點擊搜索框,有搜索記錄時(shí)以(yǐ)下拉菜單顯示,點擊下拉子(zǐ)菜單,将數據賦值到(dào)搜索框,點擊搜索圖标搜索,支持清空曆史記錄,可手動輸入和(hé / huò)清空查詢關鍵字,
UI:
wxml:
<!--查詢曆史記錄數據-->
<view class="ddclass" style="margin-left: 50rpx;z-index:80" hidden="{{!StorageFlag}}" style="z-index:100">
<view wx:for="{{sercherStorage}}" wx:key="item.id">
<view class="liclass" style="color:#ec9e14;border-bottom:0;" id="{{item.id}}" bindtap="tapSercherStorage">
<text style="width:100rpx">{{item.name}}</text>