Browse Source

时间选择范围

master
巴林闲侠 2 years ago
parent
commit
7db199166e
  1. 4
      weapp/package/troubleshooting/shootingForm/index.wxml

4
weapp/package/troubleshooting/shootingForm/index.wxml

@ -75,7 +75,7 @@
确定 确定
</view> </view>
</view> </view>
<van-datetime-picker value="{{ planStartTime }}" bind:input="onPlanStartTimeChange" show-toolbar="{{false}}" /> <van-datetime-picker value="{{ planStartTime }}" min-date="{{1640966400000}}" bind:input="onPlanStartTimeChange" show-toolbar="{{false}}" />
</van-popup> </van-popup>
</view> </view>
</van-cell> </van-cell>
@ -93,7 +93,7 @@
确定 确定
</view> </view>
</view> </view>
<van-datetime-picker value="{{ planEndTime }}" bind:input="onPlanEndTimeChange" show-toolbar="{{false}}" /> <van-datetime-picker value="{{ planEndTime }}" min-date="{{1640966400000}}" bind:input="onPlanEndTimeChange" show-toolbar="{{false}}" />
</van-popup> </van-popup>
</view> </view>
</van-cell> </van-cell>

Loading…
Cancel
Save