index.wxml 363 B

1234
  1. <!-- components/w-picker/index.wxml -->
  2. <van-popup round="{{true}}" lock-scroll="{{true}}" z-index="{{zIndex}}" show="{{innerShow}}" position="bottom" safe-area-inset-bottom="{{false}}" bind:close="onClose">
  3. <van-datetime-picker type="{{ type }}" value="{{ innerValue }}" formatter="{{ formatter }}" bind:cancel="onClose" bind:confirm="onSubmit" />
  4. </van-popup>