收藏
回答

wx.onBeaconUpdate两个信标设备,一个开两米一个开五米只能搜索到开五米的信标怎么解决?

wx.startBeaconDiscovery({

       uuids: beaconList,

       success: () => {

         wx.onBeaconUpdate(res => {

           that.processBeaconUpdate(res.beacons, rssiArray, range,userName);

         });

       },

       fail: that.handleBeaconError

     });

  },


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

1 个回答

  • 智能回答 智能回答 本次回答由AI生成
    07-02
    有用
    回复
登录 后发表内容