selectDate(e){//选择器返回数据e // com 为false 就是未来时间,为true 就是之前的时间 let com = new Date().getTime() >= new Date(e).getTime() + 3600 * 1000 * 24; }