IOS 定位返回问题
扫小程序二维码进入,在onShow方法里定位,设置type是’gcj02’,第一次进入首页返回GPS坐标,然后进入别的页面,返回重新定位,返回国测距坐标
onShow: function () {
//定位当前城市
wx.getLocation({
type: ‘gcj02’,
success: (res) => { console.log(res) }
})
}
1 回复
你好,问题未复现。请提供一下出现问题的机型和微信版本以及页面截图,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。