报告一个bug
https://developers.weixin.qq.com/miniprogram/dev/api/open-api/authorize/wx.authorize.html
wx.authorize({
scope: 'scope.werun',
success: function() {
console.log("success")
},
fail: function () {
console.log("fail")
}
})
第一次弹出微信运动授权后取消,再次调用无法拉起授权弹窗
1 回复
看看这个是否符合 测试的时候 是忽略了授权弹窗还是已经拒绝过了呢
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/authorize.html