在手机上没有位置授权提示
代码:
app.js
wx.authorize({
scope: ‘scope.userLocation’,
})
app.json
“permission”: {
“scope.userLocation”: {
“desc”: “你的位置信息将用于小程序位置接口的效果展示”
}
}
问题:
在开发者工具里能接收到授权提示, 但点击预览 ,手机扫描后收不到授权提示。
我清除授权数据,删掉小程序, 重新扫描进去还是开发者工具能收到,手机端收不到