From f19edd1f37da6227b86531bf7c997fefc805a3bb Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 24 Dec 2021 14:35:58 +0800 Subject: [PATCH] bug --- src/apps/AppBuilding/components/searchMap.vue | 4 +- .../AppGridManagement/components/detail.vue | 2 +- src/apps/AppMailList/AppMailList.vue | 169 +++++++++++++++--- src/apps/AppMailList/list.vue | 3 + src/apps/AppServicePublic/Add.vue | 1 + 5 files changed, 151 insertions(+), 28 deletions(-) diff --git a/src/apps/AppBuilding/components/searchMap.vue b/src/apps/AppBuilding/components/searchMap.vue index 80f8e7e1..90e8eef7 100644 --- a/src/apps/AppBuilding/components/searchMap.vue +++ b/src/apps/AppBuilding/components/searchMap.vue @@ -48,11 +48,11 @@
所属网格 - 蓝天新城基础网格一 + {{detailInfo.community.girdName || ''}}
网格管理员 - {{detailInfo.build.girdMemberNames}} + {{detailInfo.build.girdMemberNames || ''}}
楼栋长 diff --git a/src/apps/AppGridManagement/components/detail.vue b/src/apps/AppGridManagement/components/detail.vue index 3a022a89..6b5bb2fc 100644 --- a/src/apps/AppGridManagement/components/detail.vue +++ b/src/apps/AppGridManagement/components/detail.vue @@ -4,7 +4,7 @@ 网格选择
-
{{ form.girdName || '请选择社区居委会' }} +
{{ form.girdName || '请选择网格' }}
diff --git a/src/apps/AppMailList/AppMailList.vue b/src/apps/AppMailList/AppMailList.vue index 4c9c2d2b..d38d4cb5 100644 --- a/src/apps/AppMailList/AppMailList.vue +++ b/src/apps/AppMailList/AppMailList.vue @@ -1,45 +1,164 @@ \ No newline at end of file diff --git a/src/apps/AppMailList/list.vue b/src/apps/AppMailList/list.vue index 1dd094b0..b739ff2f 100644 --- a/src/apps/AppMailList/list.vue +++ b/src/apps/AppMailList/list.vue @@ -72,6 +72,9 @@ export default { uni.navigateTo({url: `./myAddList`}) }, }, + onPageScroll(e) { + this.scrollTop = e.scrollTop; + } } diff --git a/src/apps/AppServicePublic/Add.vue b/src/apps/AppServicePublic/Add.vue index 0c983b0b..2993956e 100644 --- a/src/apps/AppServicePublic/Add.vue +++ b/src/apps/AppServicePublic/Add.vue @@ -140,6 +140,7 @@ export default { moduleId: this.moduleId, categoryId: categoryId, categoryName: categoryName, + contentType: 0 }) .then((res) => { console.log(333)