From 89d71365d89a740d99231e9b3aec2b9f5d420e68 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 24 Dec 2021 11:41:11 +0800 Subject: [PATCH 1/3] title --- src/apps/AppBuilding/add.vue | 1 + src/apps/AppBuilding/components/searchMap.vue | 1 + src/apps/AppBuilding/detail.vue | 1 + src/apps/AppBuilding/list.vue | 1 + src/apps/AppBuilding/map.vue | 1 + src/apps/AppGridManagement/components/detail.vue | 1 + 6 files changed, 6 insertions(+) diff --git a/src/apps/AppBuilding/add.vue b/src/apps/AppBuilding/add.vue index 6ae8cb27..73d80382 100644 --- a/src/apps/AppBuilding/add.vue +++ b/src/apps/AppBuilding/add.vue @@ -148,6 +148,7 @@ export default { 'isFilingCertificateStatus', 'communityBuildingType', 'yesOrNo', 'BulidResidentType').then(() => { this.getDetail() }) + uni.setNavigationBarTitle({title: '房屋信息'}) }, methods: { diff --git a/src/apps/AppBuilding/components/searchMap.vue b/src/apps/AppBuilding/components/searchMap.vue index 5571592a..1c8a2743 100644 --- a/src/apps/AppBuilding/components/searchMap.vue +++ b/src/apps/AppBuilding/components/searchMap.vue @@ -139,6 +139,7 @@ export default { this.getCenterLatLng().then(points => { this.getMarkerCluster(points) }) + uni.setNavigationBarTitle({title: '以房找人'}) }, created() { this.$dict.load("communityBuildingType") diff --git a/src/apps/AppBuilding/detail.vue b/src/apps/AppBuilding/detail.vue index 38bfe65f..ff3de2cf 100644 --- a/src/apps/AppBuilding/detail.vue +++ b/src/apps/AppBuilding/detail.vue @@ -168,6 +168,7 @@ export default { 'isFilingCertificateStatus', 'communityBuildingType', 'yesOrNo', 'BulidResidentType').then(() => { this.getBuilding() }) + uni.setNavigationBarTitle({title: '以房找人'}) }, methods: { getSelectList(communityId) { diff --git a/src/apps/AppBuilding/list.vue b/src/apps/AppBuilding/list.vue index 76328f11..79449ff4 100644 --- a/src/apps/AppBuilding/list.vue +++ b/src/apps/AppBuilding/list.vue @@ -37,6 +37,7 @@ export default { this.$dict.load('BuildLocationStatus').then(() => { this.getList() }) + uni.setNavigationBarTitle({title: '楼栋列表'}) }, methods: { diff --git a/src/apps/AppBuilding/map.vue b/src/apps/AppBuilding/map.vue index 50bca36b..911b1f1f 100644 --- a/src/apps/AppBuilding/map.vue +++ b/src/apps/AppBuilding/map.vue @@ -65,6 +65,7 @@ export default { computed: {...mapState(['user'])}, mounted() { this.initMap() + uni.setNavigationBarTitle({title: '以房找人'}) }, methods: { initMap() { //初始化地图 diff --git a/src/apps/AppGridManagement/components/detail.vue b/src/apps/AppGridManagement/components/detail.vue index 91b725b7..13e09eef 100644 --- a/src/apps/AppGridManagement/components/detail.vue +++ b/src/apps/AppGridManagement/components/detail.vue @@ -67,6 +67,7 @@ export default { this.$dict.load('girdType', 'girdLevel') this.areaId = this.user.areaId this.getLeafNodes() + uni.setNavigationBarTitle({title: '网格管理'}) }, methods: { getLeafNodes() { From dd8433b5190ea55a3e826348db66ac89af299cc7 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 24 Dec 2021 11:42:52 +0800 Subject: [PATCH 2/3] 25949 --- src/apps/AppPageInteraction/AppPageInteraction.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppPageInteraction/AppPageInteraction.vue b/src/apps/AppPageInteraction/AppPageInteraction.vue index 55315fca..dba78563 100644 --- a/src/apps/AppPageInteraction/AppPageInteraction.vue +++ b/src/apps/AppPageInteraction/AppPageInteraction.vue @@ -18,7 +18,7 @@ export default { url: '../AppResidentActivitie/AppResidentActivities' }, { - name: '小程序公告', + name: '通知公告', icon: require('./img/xcxgg.png'), url: '../AppUniMsg/AppUniMsg' }, From e865dc4ebfd7c3f4154e60308e42f0b408539042 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 24 Dec 2021 11:46:56 +0800 Subject: [PATCH 3/3] title --- src/apps/AppPageBasic/AppPageBasic.vue | 6 ++++-- src/apps/AppPageCivilization/AppPageCivilization.vue | 4 +++- src/apps/AppPageInteraction/AppPageInteraction.vue | 4 +++- src/apps/AppPageParty/AppPageParty.vue | 4 +++- src/apps/AppPageResident/AppPageResident.vue | 4 +++- 5 files changed, 16 insertions(+), 6 deletions(-) diff --git a/src/apps/AppPageBasic/AppPageBasic.vue b/src/apps/AppPageBasic/AppPageBasic.vue index cfde3049..05bb51e2 100644 --- a/src/apps/AppPageBasic/AppPageBasic.vue +++ b/src/apps/AppPageBasic/AppPageBasic.vue @@ -26,9 +26,11 @@ export default { headerBg: require('./img/header-bg.png'), } }, - + created() { + uni.setNavigationBarTitle({title: '基层办公'}) + }, methods: { - + }, } diff --git a/src/apps/AppPageCivilization/AppPageCivilization.vue b/src/apps/AppPageCivilization/AppPageCivilization.vue index 45bd32ef..082c991f 100644 --- a/src/apps/AppPageCivilization/AppPageCivilization.vue +++ b/src/apps/AppPageCivilization/AppPageCivilization.vue @@ -31,7 +31,9 @@ export default { headerBg: require('./img/header-bg.png'), } }, - + created() { + uni.setNavigationBarTitle({title: '文明乡风'}) + }, methods: { }, diff --git a/src/apps/AppPageInteraction/AppPageInteraction.vue b/src/apps/AppPageInteraction/AppPageInteraction.vue index dba78563..2af4e85c 100644 --- a/src/apps/AppPageInteraction/AppPageInteraction.vue +++ b/src/apps/AppPageInteraction/AppPageInteraction.vue @@ -31,7 +31,9 @@ export default { headerBg: require('./img/header-bg.png'), } }, - + created() { + uni.setNavigationBarTitle({title: '居民互动'}) + }, methods: { }, diff --git a/src/apps/AppPageParty/AppPageParty.vue b/src/apps/AppPageParty/AppPageParty.vue index f77afadf..47153947 100644 --- a/src/apps/AppPageParty/AppPageParty.vue +++ b/src/apps/AppPageParty/AppPageParty.vue @@ -39,7 +39,9 @@ export default { headerBg: require('./img/header-bg.png'), } }, - + created() { + uni.setNavigationBarTitle({title: '基层党建'}) + }, methods: { }, diff --git a/src/apps/AppPageResident/AppPageResident.vue b/src/apps/AppPageResident/AppPageResident.vue index 20f17a4a..971860ed 100644 --- a/src/apps/AppPageResident/AppPageResident.vue +++ b/src/apps/AppPageResident/AppPageResident.vue @@ -31,7 +31,9 @@ export default { headerBg: require('./img/header-bg.png'), } }, - + created() { + uni.setNavigationBarTitle({title: '居民管理'}) + }, methods: { },