修改了列表跳转方式

This commit is contained in:
fengerli
2025-08-15 10:30:08 +08:00
parent 106320bfd5
commit 8e1a37dbea
6 changed files with 55 additions and 60 deletions

View File

@ -812,7 +812,7 @@
uni.showLoading({
title: '加载中...'
})
eventChannel.on('deviceControl', (data) => {
eventChannel.on('detailData', (data) => {
console.log(data, '这是传过来的惨呼啊');
this.itemInfo = data.data;
this.deviceID = data.data.id;