wx.getSetting({ success(res) { console.log(res) if (!res.authSetting['scope.userLocation']) { wx.authorize({ scope: 'scope.userLocation', success(obj) { console.log(obj) }, fail(obj){ console.log(obj) } }) } }, fail(res){ console.log(res) } }) [图片]真机调试同样失败 !!!!!
wx.getLocation 调用定位失败并且没有授权弹窗出现[图片] 真机测试的时候并且不出现授权弹窗 使用的是mpvue框架开发的 wx.getLocation({ type:"gcj02", success:function(res){ console.log(res); }, fail(res){ wx.showToast({ title:"获取您的定位失败请选择地址", icon:'none', mask:true, }) console.log(res); } })
2019-01-23我这边正式上线的小程序还是调用授权失败啊 咋回事啊[图片]报这个问题呢 而且没有授权弹窗出现
小程序地图授权失败 请输入正确的keymap组件上一行红字授权失败 请输入正确的key ------ 14:30 好像修复了 各位可以看看
2019-01-23