Skip to content

Commit 8400118

Browse files
authored
Update README-CN.md
1 parent 0b32f4f commit 8400118

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/README-CN.md

+1
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ npm install mobile-select -D
239239
|wheels|必填参数 无默认值|Array|数据源,需要显示的数据|
240240
|callback|function(indexArr, data){}|function | 选择成功后触发的回调函数,返回indexArr、data|
241241
|transitionEnd|function(indexArr, data){}|function|每一次手势滑动结束后触发的回调函数,返回indexArr、data|
242+
|cancel|function(indexArr, data){}|function|返回的是indexArr和data是上一次点击确认按钮时的值|
242243
|onShow|function(e){}|function | 显示控件后触发的回调函数, 返回参数为对象本身 |
243244
|onHide|function(e){}|function | 隐藏控件后触发的回调函数, 返回参数为对象本身 |
244245
|title|`''`|String|控件标题|

0 commit comments

Comments
 (0)