From bec9b3d432ca965c7bde9119c5e1814b00dbd35e Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Mon, 18 Jul 2022 14:03:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E9=86=92=E5=8F=91=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../saas/AppCooperationPropaganda/cooperationDetail.vue | 8 ++++---- src/project/saas/AppCooperationPropaganda/detail.vue | 8 +++++++- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue b/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue index d39702bd..1349aa4e 100644 --- a/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue +++ b/src/project/saas/AppCooperationPropaganda/cooperationDetail.vue @@ -31,8 +31,8 @@ 数据更新于{{ info.remindTime }}
-
- +
+
计划送达居民群: {{ info.planCount || 0 }} @@ -48,8 +48,7 @@
- -
提醒成员发送
+
提醒成员发送
@@ -187,6 +186,7 @@ export default { if (res?.data) { this.tableData = res.data.executedList; } + this.getPieEcharts() }); }, diff --git a/src/project/saas/AppCooperationPropaganda/detail.vue b/src/project/saas/AppCooperationPropaganda/detail.vue index b48b27b8..3816f570 100644 --- a/src/project/saas/AppCooperationPropaganda/detail.vue +++ b/src/project/saas/AppCooperationPropaganda/detail.vue @@ -35,7 +35,7 @@
{{ content[0].content }}
- +
@@ -72,6 +72,12 @@ export default { } }) }, + previewImage(images, img) { + uni.previewImage({ + urls: images.map(v => v.url), + current: img + }) + }, // 拒绝 refuseBtn() { this.pass = 0