1
0
forked from dyf/APP

修复从类型跳转至首页时,首页数据按类型筛选

This commit is contained in:
liub
2026-01-12 17:29:49 +08:00
parent 98162ca214
commit 779017919b
3 changed files with 25 additions and 10 deletions

View File

@ -114,11 +114,10 @@
uni.switchTab({
url: '/pages/common/index/index',
success: (res) => {
res.eventChannel.emit('index', {
data: item
});
let eventChannel = this.getOpenerEventChannel();
eventChannel.emit('index', item);
}
})
});
}
},