修复670灯光问题
This commit is contained in:
@ -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地址"
|
||||
|
||||
Reference in New Issue
Block a user