小程序
小游戏
企业微信
微信支付
扫描小程序码分享
5 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
我看大家都回答了,我就补充完善下这个业务场:一般要先判断手机开没开启位置服务,再进行微信位置授权
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
清除缓存重新试试
wx.getLocation({ success: function(res) { console.log(res) }, fail: function(err) { console.log(err, 'getLocation fail') } })
wx.getLocation({
success: res => {console.log(res)},
fail: err => {console.log(err)}
})
加个fail回调打印日志看看报啥错
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
我看大家都回答了,我就补充完善下这个业务场:一般要先判断手机开没开启位置服务,再进行微信位置授权
清除缓存重新试试
wx.getLocation({ success: function(res) { console.log(res) }, fail: function(err) { console.log(err, 'getLocation fail') } })
感谢您的解答和帮助!~
wx.getLocation({
success: res => {console.log(res)},
fail: err => {console.log(err)}
})
感谢您的解答和帮助!~
加个fail回调打印日志看看报啥错
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于功能定位"
}
},
感谢您的解答和帮助!~