DESKTOP-2IO5MST\huting 1 년 전
부모
커밋
c35507cd4c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      pages/bluetooth/bluetooth.vue

+ 3
- 0
pages/bluetooth/bluetooth.vue 파일 보기

@@ -28,6 +28,7 @@
import { ref, reactive } from "vue";
import { onLoad, onReady } from "@dcloudio/uni-app";
import { fileURL } from "@/datas/fileURL.js";

const imgURL = `${fileURL}image/`;
const selectedUrl = "common/selected.png`";
@@ -431,9 +432,11 @@
jtApi.connectDevice(
device,
function (res) {
console.log('设备链接1', res)
connectSuccess(res);
},
function (res) {
console.log('设备链接2', res)
listenStatus(res);
}
);

Loading…
취소
저장