Bläddra i källkod

2023年9月24日15:41:55

yxb
wq 1 år sedan
förälder
incheckning
59127814fe
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2
    0
      pages/bluetooth/bluetooth.vue

+ 2
- 0
pages/bluetooth/bluetooth.vue Visa fil

@@ -369,9 +369,11 @@
jlApi.connectDevice(
device,
function (res) {
console.log('设备链接1',res)
connectSuccess(res);
},
function (res) {
console.log('设备链接2',res)
listenStatus(res);
}
);

Laddar…
Avbryt
Spara