微信小程序-picker日期选择器start和end设置无效?
<mp-cell link value="签署截至日期">
<!-- 选择时间 -->
<picker slot="footer" mode="date" value="{{condition.expiredTime}}" start="{{startDate}}" bindchange="bindDateChange">
<view class="selet_picker">
<view hidden="{{condition.expiredTime}}" class="picker_item">请选择时间</view>
<view hidden="{{!condition.expiredTime}}">{{condition.expiredTime}}</view>
</view>
</picker>
</mp-cell>
这种情况是属于正常的写法。但是在微信小程序开发者工具上显示出来好像start和end都没有作用。这种是正常的情况,真机预览就可以了。应该是微信小程序开发证工具目前还没有支持。