参数与这里保持一致:[https://docs.apicloud.com/Client-API/UI-Layout/UICustomPicker](https://docs.apicloud.com/Client-API/UI-Layout/UICustomPicker) ``` var open_data={ rect: { x: 30, y: 60, w: api.frameWidth - 60, h: 280 }, styles: { bg: 'rgba(0,0,0,0)', normalColor: '#959595', selectedColor: '#3685dd', selectedSize: 36, tagColor: '#3685dd', tagSize: 10 }, data: [{ tag: '时', scope: '0-23' }, { tag: '分', scope: ['a', 'b', 'c', 'd'] }], rows: 3, fixedOn: api.frameName, fixed: true }; $common.plugin_UICustomPicker({ name:'xuanzeshijian1', title:'选择时间', open_data:open_data },function(ret){ // alert(JSON.stringify(ret)); }); ```