From 284eb206839f44c1f2343bc6e52c2c64e9c9cc2b Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Mon, 15 Aug 2022 13:32:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=AE=9D=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E6=9D=83=E9=99=90=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/common/open-setting-location/open-setting-location.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/open-setting-location/open-setting-location.vue b/pages/common/open-setting-location/open-setting-location.vue index bde19cd1..267ca6bb 100644 --- a/pages/common/open-setting-location/open-setting-location.vue +++ b/pages/common/open-setting-location/open-setting-location.vue @@ -41,7 +41,7 @@ methods: { // 获取权限 init() { - // #ifdef MP-WEIXIN || MP-ALIPAY || MP-BAIDU || MP-TOUTIAO || MP-QQ + // #ifdef MP-WEIXIN || MP-BAIDU || MP-TOUTIAO || MP-QQ var self = this; uni.getSetting({ success(res) { @@ -66,7 +66,7 @@ } }); // #endif - // #ifdef H5 || APP + // #ifdef MP-ALIPAY || H5 || APP this.choose_location(); // #endif // #ifdef MP-KUAISHOU -- GitLab