微信小程序地理授权升级后,按照配置填写了permission,
"permission": {
"scope.userLocation": {
"desc": "将获取您的地理位置用于活动定位展示"
}
}
但是调用wx.authorize({
scope: 'scope.userLocation'
})
一直提示 errMsg:"authorize:fail auth deny",没有弹出获取地理位置授权框,请问是官方更新接口后的bug?
微信小程序开发问题解答
微信小程序开发者回答:
有代码片段吗
https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
本文网址:http://www.91bianli.com/weixinxiaochengxu/5487.html