原生小程序与时间弹窗

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>

 

posted @ 2022-11-16 09:27  Panax  阅读(79)  评论(0编辑  收藏  举报