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(() => {
|
'isFilingCertificateStatus', 'communityBuildingType', 'yesOrNo', 'BulidResidentType').then(() => {
|
||||||
this.getDetail()
|
this.getDetail()
|
||||||
})
|
})
|
||||||
|
uni.setNavigationBarTitle({title: '房屋信息'})
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
@@ -139,6 +139,7 @@ export default {
|
|||||||
this.getCenterLatLng().then(points => {
|
this.getCenterLatLng().then(points => {
|
||||||
this.getMarkerCluster(points)
|
this.getMarkerCluster(points)
|
||||||
})
|
})
|
||||||
|
uni.setNavigationBarTitle({title: '以房找人'})
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.$dict.load("communityBuildingType")
|
this.$dict.load("communityBuildingType")
|
||||||
|
|||||||
@@ -168,6 +168,7 @@ export default {
|
|||||||
'isFilingCertificateStatus', 'communityBuildingType', 'yesOrNo', 'BulidResidentType').then(() => {
|
'isFilingCertificateStatus', 'communityBuildingType', 'yesOrNo', 'BulidResidentType').then(() => {
|
||||||
this.getBuilding()
|
this.getBuilding()
|
||||||
})
|
})
|
||||||
|
uni.setNavigationBarTitle({title: '以房找人'})
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getSelectList(communityId) {
|
getSelectList(communityId) {
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ export default {
|
|||||||
this.$dict.load('BuildLocationStatus').then(() => {
|
this.$dict.load('BuildLocationStatus').then(() => {
|
||||||
this.getList()
|
this.getList()
|
||||||
})
|
})
|
||||||
|
uni.setNavigationBarTitle({title: '楼栋列表'})
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
@@ -65,6 +65,7 @@ export default {
|
|||||||
computed: {...mapState(['user'])},
|
computed: {...mapState(['user'])},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.initMap()
|
this.initMap()
|
||||||
|
uni.setNavigationBarTitle({title: '以房找人'})
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
initMap() { //初始化地图
|
initMap() { //初始化地图
|
||||||
|
|||||||
@@ -67,6 +67,7 @@ export default {
|
|||||||
this.$dict.load('girdType', 'girdLevel')
|
this.$dict.load('girdType', 'girdLevel')
|
||||||
this.areaId = this.user.areaId
|
this.areaId = this.user.areaId
|
||||||
this.getLeafNodes()
|
this.getLeafNodes()
|
||||||
|
uni.setNavigationBarTitle({title: '网格管理'})
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getLeafNodes() {
|
getLeafNodes() {
|
||||||
|
|||||||
@@ -26,7 +26,9 @@ export default {
|
|||||||
headerBg: require('./img/header-bg.png'),
|
headerBg: require('./img/header-bg.png'),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
created() {
|
||||||
|
uni.setNavigationBarTitle({title: '基层办公'})
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -31,7 +31,9 @@ export default {
|
|||||||
headerBg: require('./img/header-bg.png'),
|
headerBg: require('./img/header-bg.png'),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
created() {
|
||||||
|
uni.setNavigationBarTitle({title: '文明乡风'})
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ export default {
|
|||||||
url: '../AppResidentActivitie/AppResidentActivities'
|
url: '../AppResidentActivitie/AppResidentActivities'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '小程序公告',
|
name: '通知公告',
|
||||||
icon: require('./img/xcxgg.png'),
|
icon: require('./img/xcxgg.png'),
|
||||||
url: '../AppUniMsg/AppUniMsg'
|
url: '../AppUniMsg/AppUniMsg'
|
||||||
},
|
},
|
||||||
@@ -31,7 +31,9 @@ export default {
|
|||||||
headerBg: require('./img/header-bg.png'),
|
headerBg: require('./img/header-bg.png'),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
created() {
|
||||||
|
uni.setNavigationBarTitle({title: '居民互动'})
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -39,7 +39,9 @@ export default {
|
|||||||
headerBg: require('./img/header-bg.png'),
|
headerBg: require('./img/header-bg.png'),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
created() {
|
||||||
|
uni.setNavigationBarTitle({title: '基层党建'})
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -31,7 +31,9 @@ export default {
|
|||||||
headerBg: require('./img/header-bg.png'),
|
headerBg: require('./img/header-bg.png'),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
created() {
|
||||||
|
uni.setNavigationBarTitle({title: '居民管理'})
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user