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(最新版本)
备注:麻烦官方大大 给看看吧
目前该接口不支持在工具中调试,请在真机进行调试
基础库版本是多少啊?