收藏
回答

拒绝授权后重新请求,不弹框

wx.getSetting({

success(res) {

console.log(res)

if (!res.authSetting['scope.writePhotosAlbum']) {//没有授权

wx.authorize({

scope: 'scope.writePhotosAlbum',

success() {

console.log('======')

},

fail(error){

console.log(error)

}

})

}

}

})

我写了授权,但一直弹出框,真机和模拟器都试过了。

errMsg:"authorize:fail auth deny"

返回告诉我这个失败。

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

2 个回答

  • 2018-08-17

    openSetting的话,不管你受没授权 都会跳到那个页面 然后还得退回来,不合理啊!什么正解啊!

    2018-08-17
    有用
    回复
  • | ⃢👁 👁⃢ |
    | ⃢👁 👁⃢ |
    2018-04-26

    openSetting

    2018-04-26
    有用
    回复
登录 后发表内容