index.wxml 297 B

1234
  1. <van-cell title="{{label}}" value="{{text}}" bind:click="toOpen" />
  2. <van-popup show="{{ show }}" bind:close="toClose" position="bottom" custom-style="height: 40%;">
  3. <van-datetime-picker type="datetime" value="{{ currentDate }}" min-date="{{ minDate }}" bind:confirm="toConfirm"/>
  4. </van-popup>