alber68

Results 1 comments of alber68

GetKeyList 这个函数没发现,另外修改后无法运行 > 引用的时候将: > > ``` > wxSearchBlur: function(e){ > WxSearch.wxSearchBlur(e,this); > }, > ``` > > 改成: > > ``` > wxSearchBlur: function(e){ > WxSearch.wxSearchAddHisKey(this);// 添加历史搜索记录 > this.GetKeyList(this.data.wxSearchData.value);//...