UNPKG

hera-cli

Version:
25 lines (24 loc) 477 B
Page({ data: { array: ['中国', '美国', '巴西', '日本'], index: 0, date: '2016-09-01', time: '12:01' }, onStateChange: function (e) { console.log('picker发送选择改变,携带值为', e.detail.value) this.setData({ index: e.detail.value }) }, onDateChange: function (e) { this.setData({ date: e.detail.value }) }, onTimeChange: function (e) { this.setData({ time: e.detail.value }) } })