chooseTime.wxml 623 B

1
  1. <van-popup vue-id="327223a9-1" show="{{show}}" position="bottom" round="{{true}}" closeable="{{true}}" close-on-click-overlay="{{false}}" data-event-opts="{{[['^close',[['onClose']]]]}}" data-com-type="wx" bind:close="__e" bind:__l="__l" vue-slots="{{['default']}}"><van-datetime-picker vue-id="{{('327223a9-2')+','+('327223a9-1')}}" type="date" value="{{currentDate}}" bind:change="onInput" min-date="{{minDate}}" formatter="{{formatter}}" data-event-opts="{{[['^confirm',[['confirm1']]],['^cancel',[['cancel']]]]}}" data-com-type="wx" bind:confirm="__e" bind:cancel="__e" bind:__l="__l"></van-datetime-picker></van-popup>