This commit is contained in:
liuye
2021-12-24 15:27:36 +08:00
parent b2af14588b
commit 931852d567
68 changed files with 186 additions and 88 deletions

View File

@@ -25,10 +25,8 @@ export default {
this.$nextTick(() => {
this.show = true
})
},
mounted() {
document.title = "以房找人"
}
},
}
</script>

View File

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

View File

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

View File

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

View File

@@ -37,12 +37,14 @@ export default {
this.$dict.load('BuildLocationStatus').then(() => {
this.getList()
})
document.title = '楼栋列表'
uni.$on('updateList', () => {
this.current = 1
this.getList()
})
},
onShow() {
document.title = "楼栋列表"
},
methods: {
getList() {

View File

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