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
2024年2月4日14:30:38
yxb
wq
1 year ago
parent
7003e034e6
commit
edc273783d
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
@@ -432,9 +432,11 @@
jtApi.connectDevice(
device,
function (res) {
console.log('设备链接1', res)
connectSuccess(res);
},
function (res) {
console.log('设备链接2', res)
listenStatus(res);
}
);
Write
Preview
Loading…
Cancel
Save