Merge branch 'dev' of http://git.sinoecare.com/sinoecare/digital_village_cp/dv_cp_wechat_app into dev
This commit is contained in:
@@ -148,6 +148,7 @@ export default {
|
||||
'isFilingCertificateStatus', 'communityBuildingType', 'yesOrNo', 'BulidResidentType').then(() => {
|
||||
this.getDetail()
|
||||
})
|
||||
uni.setNavigationBarTitle({title: '房屋信息'})
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
@@ -139,6 +139,7 @@ export default {
|
||||
this.getCenterLatLng().then(points => {
|
||||
this.getMarkerCluster(points)
|
||||
})
|
||||
uni.setNavigationBarTitle({title: '以房找人'})
|
||||
},
|
||||
created() {
|
||||
this.$dict.load("communityBuildingType")
|
||||
|
||||
@@ -168,6 +168,7 @@ export default {
|
||||
'isFilingCertificateStatus', 'communityBuildingType', 'yesOrNo', 'BulidResidentType').then(() => {
|
||||
this.getBuilding()
|
||||
})
|
||||
uni.setNavigationBarTitle({title: '以房找人'})
|
||||
},
|
||||
methods: {
|
||||
getSelectList(communityId) {
|
||||
|
||||
@@ -37,6 +37,7 @@ export default {
|
||||
this.$dict.load('BuildLocationStatus').then(() => {
|
||||
this.getList()
|
||||
})
|
||||
uni.setNavigationBarTitle({title: '楼栋列表'})
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
@@ -65,6 +65,7 @@ export default {
|
||||
computed: {...mapState(['user'])},
|
||||
mounted() {
|
||||
this.initMap()
|
||||
uni.setNavigationBarTitle({title: '以房找人'})
|
||||
},
|
||||
methods: {
|
||||
initMap() { //初始化地图
|
||||
|
||||
@@ -67,6 +67,7 @@ export default {
|
||||
this.$dict.load('girdType', 'girdLevel')
|
||||
this.areaId = this.user.areaId
|
||||
this.getLeafNodes()
|
||||
uni.setNavigationBarTitle({title: '网格管理'})
|
||||
},
|
||||
methods: {
|
||||
getLeafNodes() {
|
||||
|
||||
@@ -26,7 +26,9 @@ export default {
|
||||
headerBg: require('./img/header-bg.png'),
|
||||
}
|
||||
},
|
||||
|
||||
created() {
|
||||
uni.setNavigationBarTitle({title: '基层办公'})
|
||||
},
|
||||
methods: {
|
||||
|
||||
},
|
||||
|
||||
@@ -31,7 +31,9 @@ export default {
|
||||
headerBg: require('./img/header-bg.png'),
|
||||
}
|
||||
},
|
||||
|
||||
created() {
|
||||
uni.setNavigationBarTitle({title: '文明乡风'})
|
||||
},
|
||||
methods: {
|
||||
|
||||
},
|
||||
|
||||
@@ -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: {
|
||||
|
||||
},
|
||||
|
||||
@@ -39,7 +39,9 @@ export default {
|
||||
headerBg: require('./img/header-bg.png'),
|
||||
}
|
||||
},
|
||||
|
||||
created() {
|
||||
uni.setNavigationBarTitle({title: '基层党建'})
|
||||
},
|
||||
methods: {
|
||||
|
||||
},
|
||||
|
||||
@@ -31,7 +31,9 @@ export default {
|
||||
headerBg: require('./img/header-bg.png'),
|
||||
}
|
||||
},
|
||||
|
||||
created() {
|
||||
uni.setNavigationBarTitle({title: '居民管理'})
|
||||
},
|
||||
methods: {
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user