收藏
回答

eventbus的使用和路由跳转有冲突吗?

index.js

goHome() {

console.log(app);

app.eventbus.emit('logo-test', 'test');

wx.switchTab({

url: '/pages/home/home',

success: function () {

console.log('eee');}

})

home.js

app.eventbus.on('logo-test',(res)=>{

console.log(res)

}


接受不到 求大佬告知

回答关注问题邀请回答
收藏
登录 后发表内容
问题标签