瀏覽代碼

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);
}
);

Loading…
取消
儲存