Skip to content

Commit

Permalink
Update README-CN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyhom authored Jan 31, 2018
1 parent 0b32f4f commit 8400118
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ npm install mobile-select -D
|wheels|必填参数 无默认值|Array|数据源,需要显示的数据|
|callback|function(indexArr, data){}|function | 选择成功后触发的回调函数,返回indexArr、data|
|transitionEnd|function(indexArr, data){}|function|每一次手势滑动结束后触发的回调函数,返回indexArr、data|
|cancel|function(indexArr, data){}|function|返回的是indexArr和data是上一次点击确认按钮时的值|
|onShow|function(e){}|function | 显示控件后触发的回调函数, 返回参数为对象本身 |
|onHide|function(e){}|function | 隐藏控件后触发的回调函数, 返回参数为对象本身 |
|title|`''`|String|控件标题|
Expand Down

0 comments on commit 8400118

Please sign in to comment.