通过 eventHub 注册了一个方法handleViWebExit,之后通过emit进入这个方法的时候,this变成了 EventHub了,而不是 handleViWebExit所在的对象。
on(event, this.func)写成on(event, ()=\>{this.func()})
1.3k 阅读
1 回答534 阅读✓ 已解决
513 阅读
on(event, this.func)写成on(event, ()=\>{this.func()})