jhwxapp/miniprogram/pages/components/select-date/index.wxml

19 lines
388 B
Plaintext
Raw Normal View History

2023-08-10 01:21:29 +08:00
<!--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"
/>