微信小程序通讯录组件及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"
}
}