收藏
回答

authorize 不起作用

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug authorize 微信安卓客户端 8.0.42 2.29.2
      wx.authorize({
        scope: 'scope.bluetooth',
        success () {

        }
      })

不起作用,app.json 里配置了 
    "permission": {
        "scope.bluetooth": {
            "desc""需要使用蓝牙功能与设备进行沟通"
        }
    }
回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容