Browse Source

2023年9月24日17:19:36

yxb
wq 1 year ago
parent
commit
544ea8fdfb
1 changed files with 2 additions and 5 deletions
  1. 2
    5
      pages/bluetooth/bluetooth.vue

+ 2
- 5
pages/bluetooth/bluetooth.vue View File

@@ -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…
Cancel
Save