小程序的蓝牙功能wx.openBluetoothAdapter非开发者账号调用失败,提示“手机蓝牙功能没有打开,请到设置里打开蓝牙功能!”,手机和微信的蓝牙设置的正常。这是为什么?
openBluetoothAdapter() {
wx.openBluetoothAdapter({
success: (res) => {
//console.log('openBluetoothAdapter success', res);
setTimeout(this.startBluetoothDevicesDiscovery, 100);
},
fail: (res) => {
//console.log('openBluetoothAdapter fail', res);
wx.showModal({
// title: '上报成功',
// content: '亲爱的用户,我们已经收到您的上报信息,我们将安排人员检修,一经核实,我们将电话联系您进行酬谢',
title: '注意',
content: '手机蓝牙功能没有打开,请到设置里打开蓝牙功能!',
fail报什么错呢
你这个隐私协议添加了吗
我自己的开发微信号是可以正常访问的