From 03bd28eff7961c09c884ad624065685a4ef2811a Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 2 Aug 2022 10:37:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=98=B2=E6=8A=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../saas/AppCooperationPropaganda/cooperationDetail.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue b/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue index bb579c46..058a2126 100644 --- a/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue +++ b/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue @@ -123,7 +123,6 @@ export default { current: 1, firstClickTime: "", currentClickTime: "", - flag: false, detail: {}, subsection0: [ @@ -199,7 +198,6 @@ export default { }, // 提醒发送 remindSend() { - if(this.flag) return this.firstClickTime = new Date(this.detail.remindTime).getTime() || ""; this.currentClickTime = +new Date(); let time = this.currentClickTime - this.firstClickTime; @@ -212,7 +210,6 @@ export default { .then((res) => { if (res?.code == 0) { this.$u.toast("已提醒成员发送"); - this.flag = true; this.getDetail() } })