如题,picker组件问题
没问题。
奇怪了,为什么我用的有了?
bindPickerChange: function(e) { console.log('picker发送选择改变,携带值为', e.detail.value) this.setData({ index: e.detail.value }) },
bindPickerChange: function(e) {
console.log('picker发送选择改变,携带值为', e.detail.value)
this.setData({
index: e.detail.value }) },
取消也触发 change 事件啊,开发者工具上和安卓上都没问题,ios 上就有
这个有问题么?好像没吧,