This commit is contained in:
花有清香月有阴
2021-12-24 11:52:13 +08:00
11 changed files with 23 additions and 7 deletions

View File

@@ -148,6 +148,7 @@ export default {
'isFilingCertificateStatus', 'communityBuildingType', 'yesOrNo', 'BulidResidentType').then(() => {
this.getDetail()
})
uni.setNavigationBarTitle({title: '房屋信息'})
},
methods: {

View File

@@ -139,6 +139,7 @@ export default {
this.getCenterLatLng().then(points => {
this.getMarkerCluster(points)
})
uni.setNavigationBarTitle({title: '以房找人'})
},
created() {
this.$dict.load("communityBuildingType")

View File

@@ -168,6 +168,7 @@ export default {
'isFilingCertificateStatus', 'communityBuildingType', 'yesOrNo', 'BulidResidentType').then(() => {
this.getBuilding()
})
uni.setNavigationBarTitle({title: '以房找人'})
},
methods: {
getSelectList(communityId) {

View File

@@ -37,6 +37,7 @@ export default {
this.$dict.load('BuildLocationStatus').then(() => {
this.getList()
})
uni.setNavigationBarTitle({title: '楼栋列表'})
},
methods: {

View File

@@ -65,6 +65,7 @@ export default {
computed: {...mapState(['user'])},
mounted() {
this.initMap()
uni.setNavigationBarTitle({title: '以房找人'})
},
methods: {
initMap() { //初始化地图

View File

@@ -67,6 +67,7 @@ export default {
this.$dict.load('girdType', 'girdLevel')
this.areaId = this.user.areaId
this.getLeafNodes()
uni.setNavigationBarTitle({title: '网格管理'})
},
methods: {
getLeafNodes() {

View File

@@ -26,7 +26,9 @@ export default {
headerBg: require('./img/header-bg.png'),
}
},
created() {
uni.setNavigationBarTitle({title: '基层办公'})
},
methods: {
},

View File

@@ -31,7 +31,9 @@ export default {
headerBg: require('./img/header-bg.png'),
}
},
created() {
uni.setNavigationBarTitle({title: '文明乡风'})
},
methods: {
},

View File

@@ -18,7 +18,7 @@ export default {
url: '../AppResidentActivitie/AppResidentActivities'
},
{
name: '小程序公告',
name: '通知公告',
icon: require('./img/xcxgg.png'),
url: '../AppUniMsg/AppUniMsg'
},
@@ -31,7 +31,9 @@ export default {
headerBg: require('./img/header-bg.png'),
}
},
created() {
uni.setNavigationBarTitle({title: '居民互动'})
},
methods: {
},

View File

@@ -39,7 +39,9 @@ export default {
headerBg: require('./img/header-bg.png'),
}
},
created() {
uni.setNavigationBarTitle({title: '基层党建'})
},
methods: {
},

View File

@@ -31,7 +31,9 @@ export default {
headerBg: require('./img/header-bg.png'),
}
},
created() {
uni.setNavigationBarTitle({title: '居民管理'})
},
methods: {
},