main
parent
7021224c2c
commit
7c4d67fd47
|
|
@ -160,7 +160,7 @@ onLoad(() => {
|
||||||
const getLoca = async () => {
|
const getLoca = async () => {
|
||||||
// uni.openLocation
|
// uni.openLocation
|
||||||
uni.getLocation({
|
uni.getLocation({
|
||||||
type: 'gcj02',
|
type: 'wgs84',
|
||||||
fail: (err) => {
|
fail: (err) => {
|
||||||
isGPS.value = false
|
isGPS.value = false
|
||||||
// uni.showToast({
|
// uni.showToast({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue