小程序 picker = date ,设置start end,安卓有效,iOS无效?
<Picker mode=“date” value={birthday} start=“1970-01-01” onChange={this.bindDateChange.bind(this)}>
<View className=“picker”>
选择年月
</View>
</Picker>
<Picker mode=“date” value={birthday} start=“1970-01-01” onChange={this.bindDateChange.bind(this)}>
<View className=“picker”>
选择年月
</View>
</Picker>