From 4a22893b44606075d84e1c191d1fb62c02a5fd80 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 2 Aug 2022 16:51:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E8=AE=BE=E5=A4=87=E5=9E=8B?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../saas/AppCooperationPropaganda/cooperationDetail.vue | 5 +++++ src/project/saas/AppPropagandaStatistics/calendarInfo.vue | 6 +----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue b/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue index 1ac24e42..35de837b 100644 --- a/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue +++ b/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue @@ -198,6 +198,11 @@ export default { }, // 提醒发送 remindSend() { + wx.getSystemInfo({ + success (res) { + console.log(res.model) + } + }) this.firstClickTime = new Date(this.detail.remindTime.replace(/-/g, "/")).getTime() || new Date(this.detail.remindTime).getTime() || 0 ; this.currentClickTime = +new Date(); let time = this.currentClickTime - this.firstClickTime; diff --git a/src/project/saas/AppPropagandaStatistics/calendarInfo.vue b/src/project/saas/AppPropagandaStatistics/calendarInfo.vue index 69c3051c..216b3a1a 100644 --- a/src/project/saas/AppPropagandaStatistics/calendarInfo.vue +++ b/src/project/saas/AppPropagandaStatistics/calendarInfo.vue @@ -94,9 +94,7 @@ export default { this.calendarList = res.data; let arr = Object.keys(res.data).map(key => (res.data[key])) this.list = arr[this.day - 1]?.taskList - console.log(this.list,'this.list'); let calList = arr.filter(item=> (item.taskList && item.taskList.length > 0)) - console.log(calList,'calList'); this.selected = calList.map(item=> { if(item.day>=1 && item.day<=9) { if(this.month>=1 && this.month <=9) { @@ -120,7 +118,6 @@ export default { } } }) - console.log(this.selected, 'this.selected'); } }); }, @@ -128,7 +125,6 @@ export default { onShow() { document.title = '宣发日历' }, - } @@ -163,7 +159,7 @@ export default { } ::v-deep .calendarInfo .calendar { - height: 750px; + height: 750px !important; } .calendar {