@@ -7,8 +7,8 @@
//日期
laydate.render({
elem: '#chooseTime'
- ,format: 'yyyy-MM',
- type: 'month',
+ ,format: 'yyyy',
+ type: 'year',
theme: '#00a1cb'
// value: new Date()
});