This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
qiubinghui
/
zhywpt-sp
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
2023年9月24日15:41:55
yxb
wq
1 year ago
parent
21eda26138
commit
59127814fe
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
pages/bluetooth/bluetooth.vue
+ 2
- 0
pages/bluetooth/bluetooth.vue
View File
@@ -369,9 +369,11 @@
jlApi.connectDevice(
device,
function (res) {
console.log('设备链接1',res)
connectSuccess(res);
},
function (res) {
console.log('设备链接2',res)
listenStatus(res);
}
);
Write
Preview
Loading…
Cancel
Save