1
0
forked from dyf/APP

添加类型路由后,合并版本

This commit is contained in:
liub
2025-08-15 10:52:29 +08:00
6 changed files with 25 additions and 23 deletions

View File

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