修复6170测试中出现的bug

This commit is contained in:
fengerli
2025-08-08 17:34:46 +08:00
parent ae608e04c0
commit 3ab58ac29e
8 changed files with 132 additions and 49 deletions

View File

@ -542,7 +542,7 @@
});
// 监听设备状态更新事件
uni.$on('deviceStatusUpdate', (data) => {
console.log('收到设备状态更新通知:', data);
console.log('列表收到消息了么');
this.onIntall()
});
},