1
0
forked from dyf/APP

修复670灯光问题

This commit is contained in:
liub
2025-12-03 10:20:11 +08:00
parent cd6d529523
commit e2d07e984f
6 changed files with 38 additions and 17 deletions

View File

@ -602,7 +602,7 @@
}
console.log("f=", f);
if (f.macAddress) {
if (f && f.macAddress) {
if (f.macAddress != these.device.deviceMac) {
@ -650,7 +650,7 @@
}
return false;
});
if (!f.macAddress) {
if (!(f && f.macAddress)) {
removeLink();
updateLoading(these, {
text: "出现错误,未收到设备Mac地址"