1
0
forked from dyf/APP

添加102

This commit is contained in:
liub
2025-11-14 17:28:20 +08:00
parent c8f5567285
commit cb9ed0b1da
19 changed files with 3786 additions and 76 deletions

View File

@ -1118,7 +1118,7 @@
let json = recei.ReceiveData(receive, device, pagePath, recArr);
// console.log("收到设备的数据", json)
console.log("收到设备的数据", json)
let key = 'sta_VoiceDate';
if (key in json) {
@ -1126,6 +1126,7 @@
console.log("22222", val)
if (val === 'start') {
//开始发包
console.log("开始发送数据");
updateLoading(these, {
text: "开始发送"
});