From d5cde544fd4ba647e85f2a49ddc689a3e8e85828 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 10 Feb 2022 14:11:44 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AE=B6=E5=BA=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/saas/AppGridManagement/AddFamily.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/saas/AppGridManagement/AddFamily.vue b/src/saas/AppGridManagement/AddFamily.vue index d245c7b1..0705d88c 100644 --- a/src/saas/AppGridManagement/AddFamily.vue +++ b/src/saas/AppGridManagement/AddFamily.vue @@ -63,7 +63,7 @@ export default { computed: { ...mapState(['user']) }, methods: { getList(){ - this.$http.post(`/app/appresident/list?areaId=${this.areaId}&householdName=1¤t=${this.current}&con=${this.value}`).then((res) => { + this.$http.post(`/app/appresident/list?householdName=1¤t=${this.current}&con=${this.value}`).then((res) => { if (res.code == 0) { res.data.records.map((item) => { item.checked = false From 66a58a8dafba1b7d83acd1da70a066fdd7301f40 Mon Sep 17 00:00:00 2001 From: wanglei <1336977847@qq.com> Date: Thu, 10 Feb 2022 14:36:31 +0800 Subject: [PATCH 2/5] bug --- src/saas/AppConflictMediation/List.vue | 13 +++---------- src/saas/AppSpecialPeople/detail.vue | 25 ++++++++----------------- 2 files changed, 11 insertions(+), 27 deletions(-) diff --git a/src/saas/AppConflictMediation/List.vue b/src/saas/AppConflictMediation/List.vue index dd478f40..ed41b648 100644 --- a/src/saas/AppConflictMediation/List.vue +++ b/src/saas/AppConflictMediation/List.vue @@ -4,12 +4,8 @@
-

- {{item.value}} -

-

- {{item.label}} -

+

{{ item.value }}

+

{{ item.label }}

@@ -17,7 +13,7 @@
事件列表
-
{{ status? status: '全部' }}
+
{{ status? status: '全部类型' }}
-
+ + +
+ +

您还未添加过事务记录
点击新增按钮试试吧

@@ -125,12 +130,13 @@ export default { margin-top: 140px; text-align: center; color: #888; - font-size: 30px; + font-size: 28px; - b { - font-size: 32px; + b{ + font-size: 28px; color: $uni-color-primary; padding: 0 8px; + font-weight: 400; } image { @@ -221,5 +227,23 @@ export default { box-sizing: border-box; } } + .empty{ + height: 100%; + img{ + width: 282px; + height: 306px; + margin: 168px 0 0 234px; + } + p{ + text-align: center; + font-size: 28px; + font-family: PingFangSC-Regular, PingFang SC; + color: #999; + line-height: 44px; + span{ + color: #467DFE; + } + } + } } diff --git a/src/saas/AppWalkask/AppWalkask.vue b/src/saas/AppWalkask/AppWalkask.vue index 8eb82edb..8eb2c43c 100644 --- a/src/saas/AppWalkask/AppWalkask.vue +++ b/src/saas/AppWalkask/AppWalkask.vue @@ -39,7 +39,7 @@ -
+ +
+ +

您还未添加过走访慰问
点击新增按钮试试吧

@@ -320,7 +324,7 @@ uni-page-body { text-align: center; color: #b7b7b7; margin-top: 10px; - font-weight: 800; + font-size: 28px; .toAdds { color: #467dfe; @@ -346,5 +350,23 @@ uni-page-body { bottom: 106px; z-index: 9; } + .empty{ + height: 100%; + img{ + width: 282px; + height: 306px; + margin: 168px 0 0 234px; + } + p{ + text-align: center; + font-size: 28px; + font-family: PingFangSC-Regular, PingFang SC; + color: #999; + line-height: 44px; + span{ + color: #467DFE; + } + } + } } From d15b813605ccceb49181f46e274dc88ebaf82573 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 10 Feb 2022 14:50:33 +0800 Subject: [PATCH 4/5] bug --- src/saas/AppMailList/AppMailList.vue | 3 ++- src/saas/AppMailList/myAddList.vue | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/saas/AppMailList/AppMailList.vue b/src/saas/AppMailList/AppMailList.vue index d7b48e7b..5176031a 100644 --- a/src/saas/AppMailList/AppMailList.vue +++ b/src/saas/AppMailList/AppMailList.vue @@ -63,7 +63,8 @@ export default { params: { isPublic: 1, resource: "portal", - size: 999 + size: 999, + name: this.keyword } }).then(res => { if (res.code == 0) { diff --git a/src/saas/AppMailList/myAddList.vue b/src/saas/AppMailList/myAddList.vue index 35a35cc8..1cd116a6 100644 --- a/src/saas/AppMailList/myAddList.vue +++ b/src/saas/AppMailList/myAddList.vue @@ -46,7 +46,6 @@ export default { getList() { this.$http.post(`/app/appconvenientaddressbook/list`, null, { params: { - areaId: this.user.areaId, createUserId: this.user.id } }).then(res => { From 5995aad14607024745e3d226d8dfc1e0f8be32fc Mon Sep 17 00:00:00 2001 From: wanglei <1336977847@qq.com> Date: Thu, 10 Feb 2022 14:53:13 +0800 Subject: [PATCH 5/5] bug --- src/saas/AppConflictMediation/Content.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/saas/AppConflictMediation/Content.vue b/src/saas/AppConflictMediation/Content.vue index 80ad833f..c5a3be67 100644 --- a/src/saas/AppConflictMediation/Content.vue +++ b/src/saas/AppConflictMediation/Content.vue @@ -14,6 +14,7 @@ + {{ form.content.length/200 }}
@@ -204,6 +205,11 @@ export default { } } + .limit { + position: fixed; + right: 0; + } + .btn { position: fixed; bottom: 0;