From 09ec1a0c1d122b1f4a5942bb957831d040de2dcc Mon Sep 17 00:00:00 2001 From: zhaofengliang Date: Wed, 7 Aug 2024 16:35:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20get-location=20=E7=A4=BA?= =?UTF-8?q?=E4=BE=8B=E3=80=82#5666?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/API/get-location/get-location.uvue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/API/get-location/get-location.uvue b/pages/API/get-location/get-location.uvue index d54925cd..24bf0330 100644 --- a/pages/API/get-location/get-location.uvue +++ b/pages/API/get-location/get-location.uvue @@ -140,6 +140,11 @@ this.currentProvider = i; break; } + } + if (e.detail.value == "system") { + this.current = 0 + } else if (e.detail.value == "tencent") { + this.current = 1 } }, getLocationTap: function () { -- GitLab