diff --git a/src/project/saas/AppCooperationPropaganda/AppCooperationPropaganda.vue b/src/project/saas/AppCooperationPropaganda/AppCooperationPropaganda.vue index 6468dc70..826cd0fe 100644 --- a/src/project/saas/AppCooperationPropaganda/AppCooperationPropaganda.vue +++ b/src/project/saas/AppCooperationPropaganda/AppCooperationPropaganda.vue @@ -227,25 +227,25 @@ export default { } .status0 { - background: #3399FF; + background: #FFA938; } .status1 { - background: #FFA938; + background: #FF6758; } .status2 { background: #3399FF; } .status3 { - background: #1CCEB0; + background: #FF6758; } .status4 { - background: #FF6758; + background: #3399FF; } .status5 { - background: #FF6758; + background: #1CCEB0; } .status6 { - background: #999999; + background: #666666; } } } diff --git a/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue b/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue index 42acb857..09190467 100644 --- a/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue +++ b/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue @@ -51,7 +51,8 @@ -
提醒成员发送
+ +
提醒成员发送
@@ -119,7 +120,6 @@ export default { onLoad(o) { this.id = o.id; this.createTime = o.time; - this.firstClickTime = uni.getStorageSync('firstClick') }, methods: { tabClick(index) { @@ -140,11 +140,10 @@ export default { }, // 提醒发送 remindSend() { - this.firstClickTime = this.firstClickTime || +new Date() - uni.setStorageSync('firstClick',this.firstClickTime) + this.firstClickTime = +new Date(this.detail.remindTime).getTime(); this.currentClickTime = +new Date(); let time = this.currentClickTime - this.firstClickTime; - if (time >= 60 * 60 * 1000 && this.flag) { + if (time >= 60 * 60 * 1000 || this.flag) { this.$http .post("/app/appmasssendingtask/remindSend", null, { params: { @@ -160,6 +159,7 @@ export default { .catch(() => { }); } else { + console.log(111); time = 60 * 60 * 1000 - time; const min = Math.floor(time / 1000 / 60); // 分钟 let second = Math.floor(time / 1000); // 秒 diff --git a/src/project/saas/AppPropagandaStatistics/AppPropagandaStatistics.vue b/src/project/saas/AppPropagandaStatistics/AppPropagandaStatistics.vue index b71c8bb4..088b6928 100644 --- a/src/project/saas/AppPropagandaStatistics/AppPropagandaStatistics.vue +++ b/src/project/saas/AppPropagandaStatistics/AppPropagandaStatistics.vue @@ -19,7 +19,7 @@
{{item.taskTitle}}
-
今日暂无宣发任务
+
暂无宣发任务
{{ showYes ? "收起" : "展开" }}
@@ -33,7 +33,7 @@
{{item.taskTitle}}
-
今日暂无宣发任务
+
暂无宣发任务
{{ showTo ? "收起" : "展开" }}
@@ -47,7 +47,7 @@
{{item.taskTitle}}
-
今日暂无宣发任务
+
暂无宣发任务
{{ showTom ? "收起" : "展开" }}