From e865dc4ebfd7c3f4154e60308e42f0b408539042 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 24 Dec 2021 11:46:56 +0800 Subject: [PATCH] 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: { },