From 7bd7b56e5a7901683c8b183f1c57317311c0a811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Tue, 4 Jan 2022 09:13:10 +0800 Subject: [PATCH 01/18] 26297 --- src/apps/AppMarryAndDie/AppMarryAndDie.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/apps/AppMarryAndDie/AppMarryAndDie.vue b/src/apps/AppMarryAndDie/AppMarryAndDie.vue index de0a7248..f096ee8f 100644 --- a/src/apps/AppMarryAndDie/AppMarryAndDie.vue +++ b/src/apps/AppMarryAndDie/AppMarryAndDie.vue @@ -331,6 +331,7 @@ uni-page-body { .msg { background: #fff; + height: 100%; .box { display: flex; @@ -396,11 +397,12 @@ uni-page-body { } .myReport { - background: #f3f6f9; - padding-bottom: 112px; + background: #f5f5f5 !important; + height: 100%; ::v-deep .AiCard { background: #f3f6f9; + padding: 0 24px 24px 24px; .start { display: flex; @@ -477,8 +479,12 @@ uni-page-body { } } + ::v-deep .AiCard:first-child { + padding-top: 24px; + } + .emptyWrap { - background: #f3f6f9; + background: #f5f5f5 !important; } .u-load-more-wrap { From c728f1f7bf9904bb7f5246e1b3c2b517efee2646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Tue, 4 Jan 2022 09:14:55 +0800 Subject: [PATCH 02/18] 26298 --- src/apps/AppUniMsg/AppUniMsg.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppUniMsg/AppUniMsg.vue b/src/apps/AppUniMsg/AppUniMsg.vue index f27cbe6e..41e63e1f 100644 --- a/src/apps/AppUniMsg/AppUniMsg.vue +++ b/src/apps/AppUniMsg/AppUniMsg.vue @@ -85,7 +85,7 @@ export default { }) }, onShow() { - document.title = '通知公告' + document.title = '小程序公告' }, methods: { getList() { From 83daa77e589cf47d22095749a67c8dd2556e0633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Tue, 4 Jan 2022 09:22:20 +0800 Subject: [PATCH 03/18] 26300 --- src/apps/AppResidentActivitie/AppResidentActivities.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apps/AppResidentActivitie/AppResidentActivities.vue b/src/apps/AppResidentActivitie/AppResidentActivities.vue index 4f12ffff..e1a1505c 100644 --- a/src/apps/AppResidentActivitie/AppResidentActivities.vue +++ b/src/apps/AppResidentActivitie/AppResidentActivities.vue @@ -39,6 +39,8 @@ + +
From 325986c1e40aa81b1bbec7bb428f87208adbce3f Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 4 Jan 2022 10:11:22 +0800 Subject: [PATCH 04/18] =?UTF-8?q?=E4=BE=BF=E6=B0=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppMailList/AppMailList.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/apps/AppMailList/AppMailList.vue b/src/apps/AppMailList/AppMailList.vue index 00aca805..ad870474 100644 --- a/src/apps/AppMailList/AppMailList.vue +++ b/src/apps/AppMailList/AppMailList.vue @@ -46,7 +46,10 @@ export default { }, computed: { ...mapState(['user']) }, mounted() { - // this.getList() + this.getList() + uni.$on('updateList', () => { + this.getList() + }) }, onShow() { document.title = "便民通讯录" From 0768fa63aed410f10d2d4695c6ae76f801d03dc0 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 4 Jan 2022 10:13:23 +0800 Subject: [PATCH 05/18] 26309 --- src/apps/AppMailList/add.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/apps/AppMailList/add.vue b/src/apps/AppMailList/add.vue index 71cc0ecf..c058353c 100644 --- a/src/apps/AppMailList/add.vue +++ b/src/apps/AppMailList/add.vue @@ -30,7 +30,7 @@
*地区
- + {{ userInfo.areaName }} 请选择 @@ -85,8 +85,7 @@ export default { methods: { areaSelect(e) { - this.userInfo.areaId = e.id - this.userInfo.areaName = e.name + this.userInfo.areaId = e }, confirmSelect(e) { this.userInfo.isPublic = e[0].value From 433d099fb6589b05294dc9f360e690f5010d2587 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 4 Jan 2022 11:01:18 +0800 Subject: [PATCH 06/18] 26313 --- src/apps/AppServicePublic/Add.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppServicePublic/Add.vue b/src/apps/AppServicePublic/Add.vue index d390e367..bf14654c 100644 --- a/src/apps/AppServicePublic/Add.vue +++ b/src/apps/AppServicePublic/Add.vue @@ -217,7 +217,7 @@ export default { font-size: 32px; font-weight: 500; color: #ffffff; - z-index: 999999; + z-index: 9999; } .right { From 626f547a8b015438dd361b27a3aba2725bf7d546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Tue, 4 Jan 2022 11:23:02 +0800 Subject: [PATCH 07/18] 26317 --- src/apps/AppResidentActivitie/Add.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppResidentActivitie/Add.vue b/src/apps/AppResidentActivitie/Add.vue index 0c8302cf..3634a618 100644 --- a/src/apps/AppResidentActivitie/Add.vue +++ b/src/apps/AppResidentActivitie/Add.vue @@ -330,7 +330,7 @@ export default { font-size: 32px; font-weight: 500; color: #ffffff; - z-index: 999999; + z-index: 99; } } From 4a746e09dcd5ae599775215dbd7b2a836d9863c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Tue, 4 Jan 2022 11:35:41 +0800 Subject: [PATCH 08/18] 26315 --- src/apps/AppWalkask/detail.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/apps/AppWalkask/detail.vue b/src/apps/AppWalkask/detail.vue index d943ba0c..1922f234 100644 --- a/src/apps/AppWalkask/detail.vue +++ b/src/apps/AppWalkask/detail.vue @@ -28,7 +28,7 @@
{{ data.description }}
- +
@@ -69,6 +69,13 @@ export default { } }) }, + + previewImage(images, img) { + uni.previewImage({ + urls: images.map((v) => v.url), + current: img, + }) + }, }, } From 8db4033ad84acdc429ad0a39735bf4e87e6ec96c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Tue, 4 Jan 2022 11:36:42 +0800 Subject: [PATCH 09/18] 26314 --- src/apps/AppWalkask/detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppWalkask/detail.vue b/src/apps/AppWalkask/detail.vue index 1922f234..ce5cd59f 100644 --- a/src/apps/AppWalkask/detail.vue +++ b/src/apps/AppWalkask/detail.vue @@ -5,7 +5,7 @@
走访对象: - {{ data.createUserName }} + {{ data.name }}
From 269881aa0bb30455f584b908baf3c2653b5318ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Tue, 4 Jan 2022 13:43:45 +0800 Subject: [PATCH 10/18] 26298 --- src/apps/AppUniMsg/Add.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppUniMsg/Add.vue b/src/apps/AppUniMsg/Add.vue index 80725c26..a82d8c55 100644 --- a/src/apps/AppUniMsg/Add.vue +++ b/src/apps/AppUniMsg/Add.vue @@ -51,7 +51,7 @@ export default { this.getDetail() }, onShow() { - document.title = '新增通知公告' + document.title = '新增小程序公告' }, mounted() { From e41bd505f4880e662c7db9e5203d132a181744b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Tue, 4 Jan 2022 13:49:42 +0800 Subject: [PATCH 11/18] 26319 --- src/apps/AppUniMsg/AppUniMsg.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppUniMsg/AppUniMsg.vue b/src/apps/AppUniMsg/AppUniMsg.vue index 41e63e1f..fa93cf94 100644 --- a/src/apps/AppUniMsg/AppUniMsg.vue +++ b/src/apps/AppUniMsg/AppUniMsg.vue @@ -24,7 +24,7 @@
-