From 7021224c2cb6cba552ce4a7204737693a7128587 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 18 May 2024 08:48:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=9A=E4=BD=8D?= 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 acd6c3c..2182409 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: 'wgs84', + type: 'gcj02', fail: (err) => { isGPS.value = false // uni.showToast({