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({