如题,因为没有this,所以文档中的代码不好用
// #ifdef APP-NVUE
const eventChannel = this.$scope.eventChannel; // 兼容APP-NVUE
// #endif
// #ifndef APP-NVUE
const eventChannel = this.getOpenerEventChannel();
// #endif
虽然uni.$on和uni.$emit,但是作为全局监听,需要处理uni.$off,觉得还是有一定的潜在风险。
所以还是更习惯用navigateTo中的events
哈哈柚 (作者)
没有,使用uni.$on了
2022-03-15 09:59
2***@qq.com
回复 k***@makeitbetter.cn: 在vue3上面目前好像还是用不了
2022-03-16 10:48
哈哈柚 (作者)
回复 2***@qq.com: 可以的,我是vue3的项目
2022-03-25 09:25
7***@qq.com
回复 哈哈柚: 怎么用的
2023-06-16 16:13