摘要: data: { weekdays:['','','','','','',''] }, onLoad: function (options) { let that = this; let now = new Date(); let today = now.getFullYear() + '-' + ( 阅读全文
posted @ 2018-03-27 16:59 ThisCall 阅读(584) 评论(0) 推荐(0) 编辑
摘要: var now = new Date(); let today = now.getFullYear() + '-' + (now.getMonth() + 1) + '-' + now.getDate();//2018-3-27 var nowDayOfWeek = now.getDay(); co 阅读全文
posted @ 2018-03-27 16:12 ThisCall 阅读(433) 评论(0) 推荐(0) 编辑