diff --git a/src/view/home.vue b/src/view/home.vue index f108703..0350483 100644 --- a/src/view/home.vue +++ b/src/view/home.vue @@ -539,7 +539,7 @@ mounted() { // this.getLocation(); this.getId(); let eId = this.$route.query.estateId; - + this.wxLocation({}); if (!isEmpty(eId) ) { if (!isEmpty(this.estateId)) { this.showLoading = true;