24年了,还没好
微信小程序switchTab的bug!在ios上面一直复现,在开发者工具仅会一些,连续跳转旧的页面? wx.switchTab({ url: '/pages/mineIndex/mineIndex' }); [图片] 复现过程: 现有tabA、tabB、tabC、tabA子页面 现在通过tabA子页面 - 跳转到tabC,目前情况是 tabA子页面 - 会先闪到tabA - 在跳转到tabC,苹果手机毕现,开发者工具,刷新后第一次会复现
01-03 writeBLECharacteristicValue() { // 向蓝牙设备发送一个0x00的16进制数据 let buffer = new ArrayBuffer(1) let dataView = new DataView(buffer) dataView.setUint8(0, Math.random() * 255 | 0) wx.writeBLECharacteristicValue({ deviceId: this._deviceId, //以下代码serviceId定义错了 serviceId: this._deviceId, characteristicId: this._characteristicId, value: buffer, }) },
BLE DEMO有错误https://developers.weixin.qq.com/miniprogram/dev/framework/device/bluetooth.html#%E7%A4%BA%E4%BE%8B%E4%BB%A3%E7%A0%81
2023-11-28