File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed
Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11# miniprogram-picker
22
3- ### 简介
3+ ## 简介
44
55- 微信小程序的Picker组件只是半成品组件,在启用多级联动时需要监听` bindcolumnchange ` 事件,来手动更改` range ` 和` value ` 的值,从而完成Picker的联动变化,比较麻烦,不利于在不同的业务逻辑中的复用。
66- 本组件为了解决以上痛点,对微信小程序原生Picker组件进行了二次封装。开发者只需要提供固定数据结构的` sourceData ` ,再进行一些必要配置,本组件就可以自动帮助开发者处理联动逻辑。
77- 本组件支持npm构建,从小程序基础库版本` 2.2.1 ` 或以上、及` 开发者工具1.02.1808300 ` 或以上开始,小程序支持使用 npm 安装第三方包。
88
9+ ## 效果
10+
11+ <div style =" display : flex ; flex-direction : row ; align-items : center ; justify-content : space-around ;" >
12+ <a href =" ./source " ><img src =" ./source/WX20181217-105545@2x.png " width =" 300 " alt =" WX20181217-105545@2x " /></a >
13+ <a href =" ./source " ><img src =" ./source/WX20181217-105613@2x.png " width =" 300 " alt =" WX20181217-105545@2x " /></a >
14+ </div >
15+ <div style =" display : flex ; flex-direction : row ; align-items : center ; justify-content : center ; margin-top : 30px ;" >
16+ <a href =" ./source " ><img src =" ./source/WX20181217-105849@2x.png " width =" 600 " alt =" WX20181217-105545@2x " /></a >
17+ </div >
18+
919## API
1020
11- #### 属性
21+ ### 属性
1222
1323| 属性 | 说明 | 类型 | 默认值 | 是否必填 |
1424| :---------------------: | :----------------------------------------------------------: | :-----: | :------: | :------: |
2434| initColumnSelectedIndex | 选择了第n列后,是否将大于n的列的选择值自动初始化为0 | Boolean | false | false |
2535| disabled | 是否禁用 | Boolean | false | false |
2636
27- #### 方法
37+ ### 方法
2838
2939| 方法 | 说明 | 类型 | 事件对象 |
3040| :--------------: | :--------------------------: | :---------: | :-------------------------------------------------------: |
You can’t perform that action at this time.
0 commit comments