Przeglądaj źródła

2023年9月24日17:19:36

yxb
wq 1 rok temu
rodzic
commit
544ea8fdfb
1 zmienionych plików z 2 dodań i 5 usunięć
  1. 2
    5
      pages/bluetooth/bluetooth.vue

+ 2
- 5
pages/bluetooth/bluetooth.vue Wyświetl plik

@@ -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

Ładowanie…
Anuluj
Zapisz