From ea9a966286734688ab86ec690e78f96afa9aafd8 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 2 Aug 2022 14:58:43 +0800 Subject: [PATCH] =?UTF-8?q?iso=20new=20data=E4=B8=8D=E5=85=BC=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/saas/AppCooperationPropaganda/cooperationDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue b/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue index bd23f81c..366d8819 100644 --- a/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue +++ b/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue @@ -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) {