From 7c4d67fd47d5d8bda4dfb2f1746f9e851d854046 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 18 May 2024 08:59:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/clockout/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/clockout/index.vue b/src/pages/clockout/index.vue index 2182409..acd6c3c 100644 --- a/src/pages/clockout/index.vue +++ b/src/pages/clockout/index.vue @@ -160,7 +160,7 @@ onLoad(() => { const getLoca = async () => { // uni.openLocation uni.getLocation({ - type: 'gcj02', + type: 'wgs84', fail: (err) => { isGPS.value = false // uni.showToast({