收藏
回答

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(最新版本

备注:麻烦官方大大 给看看吧

回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容