diff --git a/src/apps/AppActive/AddActive.vue b/src/apps/AppActive/AddActive.vue index e298854d..fbb5f800 100644 --- a/src/apps/AppActive/AddActive.vue +++ b/src/apps/AppActive/AddActive.vue @@ -204,7 +204,7 @@ export default { this.getTopicList() console.log(option) if (option.id) { - uni.setNavigationBarTitle({ title: '编辑活动' }) + document.title = '编辑活动' this.params.id = option.id this.getDetail() } else { diff --git a/src/apps/AppActive/Detail.vue b/src/apps/AppActive/Detail.vue index cfbb2e1e..66fdd6e2 100644 --- a/src/apps/AppActive/Detail.vue +++ b/src/apps/AppActive/Detail.vue @@ -94,7 +94,7 @@ export default { item.createTime = item.createTime.substring(0, 19) }) } - uni.setNavigationBarTitle({ title: this.info.userId == this.user.id ? '我的帖子' : 'Ta的帖子' }) + document.title = this.info.userId == this.user.id ? '我的帖子' : 'Ta的帖子' this.$nextTick(() => { this.pageShow = true }) diff --git a/src/apps/AppBuilding/add.vue b/src/apps/AppBuilding/add.vue index e0c124ff..37fd604a 100644 --- a/src/apps/AppBuilding/add.vue +++ b/src/apps/AppBuilding/add.vue @@ -148,7 +148,7 @@ export default { 'isFilingCertificateStatus', 'communityBuildingType', 'yesOrNo', 'BulidResidentType').then(() => { this.getDetail() }) - uni.setNavigationBarTitle({title: '房屋信息'}) + document.title = '房屋信息' }, methods: { diff --git a/src/apps/AppBuilding/components/searchMap.vue b/src/apps/AppBuilding/components/searchMap.vue index 0a3874b7..90e8eef7 100644 --- a/src/apps/AppBuilding/components/searchMap.vue +++ b/src/apps/AppBuilding/components/searchMap.vue @@ -48,11 +48,11 @@
{{item.name}}
+