bug:ie不是识别2017-07-13这种时间格式,需要改成2017/07/13这种格式的

解决方法:

var date = new Date(Date.parse(('2017-07-13).replace(/-/g,'/')));