picker能否自定义下时间区间?
<picker mode=“date” value="{{startTimer}}" fields=“day” start="{{startTimer}}" bindchange=“bindDateChange”>
从{{startTimer}}至{{endTimer}}
</picker>
picker能否自定义下时间区间?
但是显示出来的效果确是错的呢
<picker mode=“date” value="{{startTimer}}" fields=“day” start="{{startTimer}}" bindchange=“bindDateChange”>
从{{startTimer}}至{{endTimer}}
</picker>
picker能否自定义下时间区间?
但是显示出来的效果确是错的呢