From cd38a390352715f4b903312b016b3ca4c7a0c51d Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 7 Sep 2022 10:45:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=B3=A8=E5=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppMyGrid/AppMyGrid.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/apps/AppMyGrid/AppMyGrid.vue b/src/apps/AppMyGrid/AppMyGrid.vue index cb795744..b57712e2 100644 --- a/src/apps/AppMyGrid/AppMyGrid.vue +++ b/src/apps/AppMyGrid/AppMyGrid.vue @@ -48,7 +48,7 @@ export default { } }, methods: { - ...mapActions(['getGridInfo', 'injectJWeixin']), + ...mapActions(['getGridInfo']), linkTo(url) { uni.navigateTo({url}) }, @@ -80,7 +80,6 @@ export default { } }, created() { - this.injectJWeixin('getLocation') this.getGridInfo() } }