[图片] [图片] [图片] uni.onBLECharacteristicValueChange 无法获取特征值得改变,要怎么操作才可以看到特征值的改变??
wx.onBLECharacteristicValueChange 怎么样可以一直获取设备的值?api:wx.onBLECharacteristicValueChange微信版本号:最新 基础库版本:最新 与一个产品在数据交互过程中只能获取一次设备的值,获取不到之后改变的值 /** * 获取该服务所有特征值 */ getCharacteristics(serviceId) { const that = this wx.getBLEDeviceCharacteristics({ deviceId: deviceId, serviceId: serviceId, success: function(res) { for (let i = 0; i < res.characteristics.length; i++) { if (res.characteristics[i].properties.write && writeFlag) { //写操作 that.writeBLEValue(serviceId, res.characteristics[i].uuid) writeFlag = false } if (res.characteristics[i].properties.notify && notifyFlag) { //开启notify操作 that.notifyBLEValue(serviceId, res.characteristics[i].uuid) notifyFlag = false } if (res.characteristics[i].properties.read && readFlag) { //读操作 that.readBLEValue(serviceId, res.characteristics[i].uuid) readFlag = false } } }, }) this.onCharacteristic() },
2020-03-31微信 request 加载好慢,假如我获取一个信息列表,我都放在onShow里面去了,但是加载中已经加载完成,但是内容还是没出来,如果想内容出来的话,要退回上一步,再进去,如果没有加载出来还是要退回上一步再进去
对应的服务器证书无效,工具版本是最新的今早更新版本 0.17 170800 还是不行 [图片] 请求官网有个技术客服链接 电话等等 希望快点修复问题 证书昨天还没有任何问题 是在GeoTrust买的证书
2018-09-11