提交 48d17236 编写于 作者: Z zentaoGfl

* fix bug in picker.md

上级 83644d9d
...@@ -900,7 +900,7 @@ myPicker.setValue(); ...@@ -900,7 +900,7 @@ myPicker.setValue();
var myPicker = $('#myPicker').data('zui.picker'); var myPicker = $('#myPicker').data('zui.picker');
// 获取选中的值。 // 获取选中的值。
myPicker.setValue(); myPicker.getValue();
``` ```
### `updateOptionList(optionList, reset)` ### `updateOptionList(optionList, reset)`
......
...@@ -854,7 +854,7 @@ Get selected value. ...@@ -854,7 +854,7 @@ Get selected value.
var myPicker = $('#myPicker').data('zui.picker'); var myPicker = $('#myPicker').data('zui.picker');
// Get selected value. // Get selected value.
myPicker.setValue(); myPicker.getValue();
``` ```
### `updateOptionList(optionList, reset)` ### `updateOptionList(optionList, reset)`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册