소스 검색

2023年9月24日17:19:36

yxb
wq 2 년 전
부모
커밋
544ea8fdfb
1개의 변경된 파일2개의 추가작업 그리고 5개의 파일을 삭제
  1. 2
    5
      pages/bluetooth/bluetooth.vue

+ 2
- 5
pages/bluetooth/bluetooth.vue 파일 보기

@@ -358,13 +358,10 @@
switch (prefixName) {
case "WJ":
// #ifdef MP-ALIPAY
wjApi.connectDevice2(
device,
wjApi.connectDevice(
function (res) {
console.log('链接结果',res)
connectSuccess(res);
},
function (res) {
listenStatus(res);
}
);
// #endif

Loading…
취소
저장