openBluetoothAdapter:fail
就调用了下 openBluetoothAdapter 出现了 以下错误
errMsg: "openBluetoothAdapter:fail TypeError: Cannot read property 'addListener' of undefined" } |
帮忙看看什么问题
wx.openBluetoothAdapter({ success: function (res) { wx.showToast({ title: '获取成功' , }) }, complete: function (res) { console.log(res) wx.showToast({ title: '获取失败' , }) } }) |