From c0419603bd8282ff42ee3ad7a34519f9253d6f25 Mon Sep 17 00:00:00 2001 From: lfs3 Date: Wed, 28 Aug 2019 14:46:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=99=BE=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;