Skip to content

Commit

Permalink
add onPickerChange api #345
Browse files Browse the repository at this point in the history
  • Loading branch information
warmhug committed Oct 9, 2016
1 parent 69e142c commit f826a31
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions site/data/province-lite.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/* eslint comma-dangle:0 */
/**
* data for Picker async col
*/
const data = [{
value: 'bj',
label: '北京市',
}, {
value: 'zj',
label: '浙江省',
}, {
value: 'gd',
label: '广东省',
}, {
value: 'hn',
label: '海南省',
}, {
value: 'cq',
label: '重庆市',
}, {
value: 'sc',
label: '四川省',
}];

export default data;

0 comments on commit f826a31

Please sign in to comment.