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日16:58:01
yxb
wq
2 years ago
parent
98cce09ca5
commit
d706a29f22
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
components/bluetooth/bluetooth.vue
+ 2
- 0
components/bluetooth/bluetooth.vue
View File
@@ -367,9 +367,11 @@
wjApi.connectDevice(
device,
function (res) {
console.log('WJ输出内容1',res)
connectSuccess(res);
},
function (res) {
console.log('WJ输出内容2',res)
listenStatus(res);
}
);
Write
Preview
Loading…
Cancel
Save