Переглянути джерело

2024年2月4日14:30:38

yxb
wq 1 рік тому
джерело
коміт
edc273783d
1 змінених файлів з 2 додано та 0 видалено
  1. 2
    0
      pages/bluetooth/bluetooth.vue

+ 2
- 0
pages/bluetooth/bluetooth.vue Переглянути файл

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

Завантаження…
Відмінити
Зберегти