Files
ClassContent/项目合集/校园失物招领/min-tpl/miniprogram_npm/wux-weapp/date-picker-view/index.wxml
2024-09-27 02:06:13 +08:00

16 lines
472 B
Plaintext

<wux-multi-picker-view
id="wux-picker"
prefixCls="{{ multiPickerPrefixCls }}"
pickerPrefixCls="{{ pickerPrefixCls }}"
value="{{ inputValue }}"
itemHeight="{{ itemHeight }}"
itemStyle="{{ itemStyle }}"
indicatorStyle="{{ indicatorStyle }}"
indicatorClass="{{ indicatorClass }}"
maskStyle="{{ maskStyle }}"
maskClass="{{ maskClass }}"
labelAlign="{{ labelAlign }}"
options="{{ cols }}"
bind:valueChange="onValueChange"
/>