ustbhuangyi / picker

[警告]该库作者不再维护,picker 的维护移交至 cube-ui
https://github.com/didi/cube-ui
867 stars 282 forks source link

refill bug #58

Open chenxinle opened 7 years ago

chenxinle commented 7 years ago

refill的时候会报can not read undefine[0],可能哪里没有初始化,麻烦作者看看,不知道你还在维护这个项目吗?

ustbhuangyi commented 7 years ago

推荐去看看 https://ustbhuangyi.github.io/better-scroll/#/examples/picker

ff0x5f commented 6 years ago
    this.picker.show(()=>{
        this.picker.refillColumn(0, [{text:'1',value:'1'}]);
    });