- <!--pages/component/pickerYMDHM/pickerYMDHM.wxml-->
- <picker mode="multiSelector" class="showFont" bindchange="pickerChange" bindcolumnchange="pickerColumnChange" bindcancel ="pickerCancel" value="{{pickerIndex}}" range="{{pickerArray}}" range-key="{{'name'}}">
- <slot></slot>
- </picker>
|