From 1e9726cbdaed67e4f3eda7532fe537c7ab2ecc5d Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 2 Aug 2022 11:08:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E6=AC=A1=E6=8F=90=E9=86=92?= =?UTF-8?q?=E5=8F=91=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppCooperationPropaganda/cooperationDetail.vue | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue b/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue index 058a2126..93d900e8 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() || ""; + this.firstClickTime = new Date(this.detail.remindTime).getTime(); this.currentClickTime = +new Date(); let time = this.currentClickTime - this.firstClickTime; if (time >= 3600000) { @@ -227,16 +227,10 @@ export default { } else if (min <= 0 && second > 0) { msg = `${second}秒后可以再次点击`; } - setTimeout(()=> { - this.$u.toast(msg); - }, 600) + this.$u.toast(msg); } }, // 切换分段器 - // changeSub(index) { - // this.subIndex = index; - // this.getStatistics(); - // }, changeSub0(index) { this.subIndex0 = index; this.getStatistics();