收藏
回答

提个意见

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

1 个回答

  • brave
    brave
    2022-01-05

    比如:你可以通过 wx.getSetting 获取 scope.bluetooth 是否为 true 代表授权状态

    如果 wx.getSetting 里没有 scope.bluetooth ,则要用 wx.authorize({ scope: "scope.bluetooth" }) 去弹窗要求用户授权

    如果 wx.getSetting 里有 scope.bluetooth 并且为 false,则要用 wx.openSetting 引导用户手动开启授权开关。

    2022-01-05
    有用 1
    回复
登录 后发表内容