未验证 提交 1509ef85 编写于 作者: C catouse

* picker: fix getValue method not work.

上级 9ab5ad37
......@@ -1280,7 +1280,7 @@
};
Picker.prototype.getValue = function() {
return that.value;
return this.value;
};
Picker.prototype.getListItem = function(value) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册