iso new data不兼容

This commit is contained in:
shijingjing
2022-08-02 14:58:43 +08:00
parent c76f9ebb2b
commit ea9a966286

View File

@@ -198,7 +198,7 @@ export default {
},
// 提醒发送
remindSend() {
this.firstClickTime = new Date(this.detail.remindTime).getTime() || 0 ;
this.firstClickTime = new Date(this.detail.remindTime.replace(/-/g, "/")).getTime() || 0 ;
this.currentClickTime = +new Date();
let time = this.currentClickTime - this.firstClickTime;
if (time >= 3600000) {