苹果机型,页面需要定位时跳转到一个隐私授权页面,同意授权后,wx.authorize没有回调函数触发,如果此时在小程序端 做出左滑关闭小程序的手势(不完全左滑退出),松手后才有回调
wx.authorize({
scope: "scope.userLocation",
success() {
},
fail(msgData) {},
complete: () => {
},
})
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
@官方 @售后 @技术 @人工 @紧急