weui datePicker 默认日期/只显示年月
weui.datePicker({
start: 2006,
end: new Date().getFullYear(),
defaultValue: [new Date().getFullYear(), new Date().getMonth()+1, new Date().getDate()],
depth:2,
onChange: function (result) {...
原创
2019-03-13 16:05:42 ·
10102 阅读 ·
0 评论