可选择当天0时至23时任意时间段区间。
import Picker from 'pile/dist/components/picker'
const {TimeGroupPicker} = Picker
<TimeGroupPicker
textvalue="当天时间段(时)"
pickerAway = {function(e,t){
console.log(e,t)
}}
unit = "点"
open = {false}
></TimeGroupPicker>
参数 | 描述 | 数据类型 | 默认值 |
---|---|---|---|
textvalue | 默认文字 | string | |
unit | 小时后面的单位 | string | 点 |
open | 是否默认展开 | bool | false |
pickerAway | 选中后回调函数,返回值(o),o:(array)个列所选中的内容,如:["15点","16点"],数组的个数与选择器的列数相当 | function |