原生小程序与时间弹窗
1. 原生小程序与时间弹窗
<van-popup
show="{{ showDatetimePicker }}" round position="bottom"
>
<van-datetime-picker
title="选择开始时间"
type="date"
formatter="{{ formatter }}"
value="{{ currentDate }}"
min-date="{{ minDate }}"
max-date="{{ maxDate }}"
bind:confirm="checkDate"
bind:cancel="cancelCheckDate"
/>
</van-popup>
作者:人参,每篇随笔皆原创(除非注明原作者的随笔),欢迎指正!