1
This commit is contained in:
@@ -16,25 +16,19 @@ import {mapState} from "vuex";
|
||||
export default {
|
||||
name: 'AppBuilding',
|
||||
components: {SearchMap},
|
||||
appName: '以房找人',
|
||||
appName: '人房地图',
|
||||
computed: {
|
||||
...mapState(['user']),
|
||||
isGridMember() {
|
||||
return this.user.girdCheckType > 0
|
||||
}
|
||||
},
|
||||
|
||||
data() {
|
||||
return {
|
||||
show: true,
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
// this.show = false
|
||||
// this.$nextTick(() => {
|
||||
// this.show = true
|
||||
// })
|
||||
document.title = "以房找人"
|
||||
},
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user