From 4276f9385f6069186779181a2d3cb089b23fce11 Mon Sep 17 00:00:00 2001 From: mahaifeng Date: Wed, 7 Aug 2024 17:26:20 +0800 Subject: [PATCH] =?UTF-8?q?[provider]=E7=A7=BB=E9=99=A4=E6=97=A0=E6=95=88?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/API/get-location/get-location.uvue | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pages/API/get-location/get-location.uvue b/pages/API/get-location/get-location.uvue index 24bf0330..a187d9ed 100644 --- a/pages/API/get-location/get-location.uvue +++ b/pages/API/get-location/get-location.uvue @@ -159,16 +159,6 @@ uni.showLoading({ title: '定位中' }) - console.log("provider", this.providerList[this.currentProvider].id) - let locationProvider = this.providerList[this.currentProvider] - - if (locationProvider.provider?.isAppExist == false && 'tencent' == locationProvider.provider?.id) { - uni.showToast({ - title: '需要打自定义基座', - icon: "error" - }) - return - } uni.getLocation(({ provider: this.providerList[this.currentProvider].id, type: this.items[this.current].value, -- GitLab