getLocation:fail 1
wx.getLocation({
type: ‘gcj02’,
success:()=>{
},
fail:(res)=>{
wx.openSetting({})
}
})
ios手机:
如上代码所示,当用户点击定位,调用该API进行定位时候,第一次用户点击拒绝,然后打开授权设置界面,同意授权定位,回来后,用户再点击定位,还是跳到fail。返回信息的errMsg为getLocation:fail 1