19 lines
388 B
Plaintext
19 lines
388 B
Plaintext
<!--pages/components/select-date/index.wxml-->
|
|
|
|
<van-datetime-picker
|
|
type="date"
|
|
show-toolbar="{{fales}}"
|
|
value="{{ currentDate }}"
|
|
bind:input="onInput"
|
|
min-date="{{ minDate }}"
|
|
max-date="{{ maxDate }}"
|
|
formatter="{{ formatter }}"
|
|
visible-item-count="{{count}}"
|
|
custom-class="time_select_style"
|
|
column-class="time_list_style"
|
|
active-class="time_active_style"
|
|
/>
|
|
|
|
|
|
|