16 lines
306 B
Plaintext
Raw Normal View History

2024-03-02 18:14:38 +08:00
<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>