main
unknown 2024-05-18 08:59:15 +08:00
parent 7021224c2c
commit 7c4d67fd47
1 changed files with 1 additions and 1 deletions

View File

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