onShow
This commit is contained in:
@@ -25,10 +25,8 @@ export default {
|
||||
this.$nextTick(() => {
|
||||
this.show = true
|
||||
})
|
||||
},
|
||||
mounted() {
|
||||
document.title = "以房找人"
|
||||
}
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
@@ -148,7 +148,9 @@ export default {
|
||||
'isFilingCertificateStatus', 'communityBuildingType', 'yesOrNo', 'BulidResidentType').then(() => {
|
||||
this.getDetail()
|
||||
})
|
||||
document.title = '房屋信息'
|
||||
},
|
||||
onShow() {
|
||||
document.title = '房屋信息'
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
@@ -139,7 +139,9 @@ export default {
|
||||
this.getCenterLatLng().then(points => {
|
||||
this.getMarkerCluster(points)
|
||||
})
|
||||
document.title = '以房找人'
|
||||
},
|
||||
onShow() {
|
||||
document.title = "以房找人"
|
||||
},
|
||||
created() {
|
||||
this.$dict.load("communityBuildingType")
|
||||
|
||||
@@ -168,7 +168,9 @@ export default {
|
||||
'isFilingCertificateStatus', 'communityBuildingType', 'yesOrNo', 'BulidResidentType').then(() => {
|
||||
this.getBuilding()
|
||||
})
|
||||
document.title = '以房找人'
|
||||
},
|
||||
onShow() {
|
||||
document.title = "以房找人"
|
||||
},
|
||||
methods: {
|
||||
getSelectList(communityId) {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -65,7 +65,9 @@ export default {
|
||||
computed: {...mapState(['user'])},
|
||||
mounted() {
|
||||
this.initMap()
|
||||
document.title = '以房找人'
|
||||
},
|
||||
onShow() {
|
||||
document.title = "以房找人"
|
||||
},
|
||||
methods: {
|
||||
initMap() { //初始化地图
|
||||
|
||||
Reference in New Issue
Block a user