wx.authorize获取scop.userLocation失败
- 当前 Bug 的表现(可附上截图)
- 预期表现
app.json 中配置了
“permission”: {
“scope.userLocation”: {
“desc”: “获取当前地理位置信息”
}
},
在开发工具上能正常弹出提示,在手机上不能正常弹出授权提示
- 复现路径
- 提供一个最简复现 Demo
代码片段:https://developers.weixin.qq.com/s/yaCOsnmD7H8i
wx.authorize({
scope: ‘scope.userLocation’,
success(resAuth) {
},
fail(err) {
console.log(err)
}
})
1 回复
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)