微信小程序优雅的搜索框

2018-06-14 17:42:53231517572查看评论(5)
微信小程序优雅的搜索框
微信小程序优雅的搜索框

特性

 支持自定义热门key
 支持搜索历史
 支持搜索建议
 支持搜索历史(记录)缓存使用

* 引入

// 模版引入
<import src="/wxSearch/wxSearch.wxml"/>
<template is="wxSearch" data="{{wxSearchData}}"/>
// wxss中引入
@import "/wxSearch/wxSearch.wxss";
* 使用

//wxSearch 暴漏的接口

module.exports = {
    init: init,
    initColor: initColors,
    initMindKeys: initMindKeys,
    wxSearchInput: wxSearchInput,
    wxSearchFocus: wxSearchFocus,
    wxSearchBlur: wxSearchBlur,
    wxSearchKeyTap: wxSearchKeyTap,
    wxSearchAddHisKey:wxSearchAddHisKey,
    wxSearchDeleteKey:wxSearchDeleteKey,
    wxSearchDeleteAll:wxSearchDeleteAll,
    wxSearchHiddenPancel:wxSearchHiddenPancel
}

//初始化
onLoad: function () {
    console.log('onLoad')
    var that = this
    //初始化的时候渲染wxSearchdata 第二个为你的search高度
    WxSearch.init(that,43,['weappdev','小程序','wxParse','wxSearch','wxNotification']);
    WxSearch.initMindKeys(['weappdev.com','微信小程序开发','微信开发','微信小程序']);
},

wxSearchFn: function(e){
    var that = this
    WxSearch.wxSearchAddHisKey(that);
    
  },
  wxSearchInput: function(e){
    var that = this
    WxSearch.wxSearchInput(e,that);
  },
  wxSerchFocus: function(e){
    var that = this
    WxSearch.wxSearchFocus(e,that);
  },
  wxSearchBlur: function(e){
    var that = this
    WxSearch.wxSearchBlur(e,that);
  },
  wxSearchKeyTap:function(e){
    var that = this
    WxSearch.wxSearchKeyTap(e,that);
  },
  wxSearchDeleteKey: function(e){
    var that = this
    WxSearch.wxSearchDeleteKey(e,that);
  },
  wxSearchDeleteAll: function(e){
    var that = this;
    WxSearch.wxSearchDeleteAll(that);
  },
  wxSearchTap: function(e){
    var that = this
    WxSearch.wxSearchHiddenPancel(that);
  }


申明:本站所有资源都是转载各大下载站,或由网友投稿发布,请自行检测软件的完整性,如有侵权请联系我们删除下架,联系方式:admin@php.cn

相关推荐
微信小程序优雅的搜索框

微信小程序优雅的搜索框

微信小程序优雅的搜索框
231511569
3D Slide作品演示html5模板

3D Slide作品演示html5模板

3D Slide作品演示html5模板
122764
独孤系列jQuery教程中的ajax源码

独孤系列jQuery教程中的ajax源码

独孤系列jQuery教程中的ajax源码
1146
个人中心后台模板

个人中心后台模板

个人中心后台模板
206762299
异步加载图片大图小图效果

异步加载图片大图小图效果

jquery异步加载大图小图
208321102
独孤系列php教程源码

独孤系列php教程源码

独孤系列php教程源码
18736
网页评论
最新评论
清
  • layui后台页面模板
  • 2019-04-21 22:17:04发表+0回复
徐德雷
Wesley
  • Wesley
  • 真不错,学习了
  • 2019-03-19 17:41:01发表+0回复
JN
  • JN
  • 的文档无的无多
  • 2019-03-09 09:14:33发表+0回复
胡锦红