Explorar el Código

2024年2月4日14:30:38

yxb
wq hace 1 año
padre
commit
edc273783d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      pages/bluetooth/bluetooth.vue

+ 2
- 0
pages/bluetooth/bluetooth.vue Ver fichero

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

Cargando…
Cancelar
Guardar