scope.userFuzzyLocation授权失败?
1、getFuzzyLocation小程序后台权限已申请 2、app.json已配置 [图片] 3、scope.userFuzzyLocation授权失败:authorize:fail 系统错误,错误码:-12007,scope unauthorized wx.authorize({
scope: 'scope.userFuzzyLocation',
success() {
// _this.getLocation(cb)
},
fail(err) {
console.log(err)
}
})
4、开发者工具版本为: mac RC 1.06.2206271(最新版本) 备注:麻烦官方大大 给看看吧