// var pastDate = new Date().setDate(new Date().getDate()+7);// 后七天
// var pastDate = new Date().setDate(new Date().getDate()-7);// 前七天