wq 1 год назад
Родитель
Сommit
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);
}
);

Загрузка…
Отмена
Сохранить