修改定位

main
unknown 2024-05-18 08:48:11 +08:00
parent f6695f3b84
commit 7021224c2c
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ onLoad(() => {
const getLoca = async () => {
// uni.openLocation
uni.getLocation({
type: 'wgs84',
type: 'gcj02',
fail: (err) => {
isGPS.value = false
// uni.showToast({