wx.authorize({
scope: 'scope.bluetooth',
success () {
}
})
不起作用,app.json 里配置了
"permission": {
"scope.bluetooth": {
"desc": "需要使用蓝牙功能与设备进行沟通"
}
}
框架类型 | 问题类型 | API/组件名称 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|
小程序 | Bug | authorize | 微信安卓客户端 | 8.0.42 | 2.29.2 |
1 个回答
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。