微信小程序通讯录组件及demo,支持汉字转拼音,排序类型,常规通讯录,全选、多选、单选通讯录。
提供支持
通讯录基础组件,来源博主__Homilier__
https://blog.csdn.net/Honiler/article/details/82929111
汉字拼音转换工具
https://github.com/hotoo/pinyin
微信原生代码片段
https://developers.weixin.qq.com/s/A3maQemS7qkc
效果图
使用
index.json
{
"navigationBarTitleText": "教师通讯录",
"enablePullDownRefresh": true,
"usingComponents": {
"alphabet-order-list": "/components/alphabet-order-list/alphabet-order-list"
}
}