ソースを参照

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

読み込み中…
キャンセル
保存