1
0
forked from dyf/APP

日常小bug修复

This commit is contained in:
liub
2025-12-17 09:00:14 +08:00
parent 2cf02932e5
commit 4c48f0efec
10 changed files with 26 additions and 29 deletions

View File

@ -539,7 +539,7 @@ class BleReceive {
try {
console.log("str=",receive.str);
// console.log("str=",receive.str);
receiveData = JSON.parse(receive.str);
let recCnt = recArr.find(v => {