ソースを参照

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

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