picker date模式,加了月粒度fields="month"后,真机运行微信小程序,IOS默认时间不是当前时间,而是开始时间,h5和安卓系统都没有问题,都显示的是当前时间,只有IOS显示的是开始时间
代码如下:
<picker class="time" mode="date" fields="month" :value="date" :start="startDate" :end="endDate" @change="bindDateChange">
<view class="uni-input" style="position: relative;">{{ date }}</view>
</picker>