mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 14:19:38 +08:00
16 lines
306 B
Plaintext
16 lines
306 B
Plaintext
<view class="containerView public">
|
|
|
|
|
|
<!-- 预约时间 -->
|
|
<view class="submitBtn" bind:tap="jumpComplete">预约时间</view>
|
|
|
|
<!-- 选择时间 -->
|
|
<van-datetime-picker
|
|
type="datetime"
|
|
value="{{ currentDate }}"
|
|
min-date="{{ minDate }}"
|
|
max-date="{{ maxDate }}"
|
|
bind:input="onInput"
|
|
/>
|
|
|
|
</view> |