From addfa5a097abceae2b8fe7e21e224edd0edf7a97 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 19 Jul 2022 09:42:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=BA=93=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mods/conv/AppEnteringVillage/AppEnteringVillage.vue | 1 + src/mods/extra/AppHome/AppHome.vue | 3 +++ src/project/shandong10086/AppHome/AppHome.vue | 3 +++ 3 files changed, 7 insertions(+) diff --git a/src/mods/conv/AppEnteringVillage/AppEnteringVillage.vue b/src/mods/conv/AppEnteringVillage/AppEnteringVillage.vue index 4a84fda..46801e8 100644 --- a/src/mods/conv/AppEnteringVillage/AppEnteringVillage.vue +++ b/src/mods/conv/AppEnteringVillage/AppEnteringVillage.vue @@ -111,6 +111,7 @@ import {mapActions, mapState} from 'vuex' export default { name: "AppEnteringVillage", appName: "进村", + customNavigation: true, data() { return { isFixed: false, diff --git a/src/mods/extra/AppHome/AppHome.vue b/src/mods/extra/AppHome/AppHome.vue index 10ad657..8cd4c8b 100644 --- a/src/mods/extra/AppHome/AppHome.vue +++ b/src/mods/extra/AppHome/AppHome.vue @@ -101,6 +101,9 @@ export default { return notices?.length > 0 ? notices?.map(e => e.title) || ['暂无公告'] : ['暂无公告'] } }, + onReady() { + uni.setNavigationBarTitle({title: "数字乡村"}) + }, onLoad() { this.autoLogin().then(() => { this.getSwiperList(); diff --git a/src/project/shandong10086/AppHome/AppHome.vue b/src/project/shandong10086/AppHome/AppHome.vue index fbbbbe8..e8a550c 100644 --- a/src/project/shandong10086/AppHome/AppHome.vue +++ b/src/project/shandong10086/AppHome/AppHome.vue @@ -106,6 +106,9 @@ export default { return notices?.length > 0 ? notices?.map(e => e.title) || ['暂无公告'] : ['暂无公告'] } }, + onReady() { + uni.setNavigationBarTitle({title: "数字乡村"}) + }, onLoad() { this.autoLogin().then(() => { this.search.areaId = this.$areaId