uniapp 中如何使用weex中的globalEvent,求救求救
uni_using
- 发布:2019-03-26 17:13
- 更新:2020-05-12 16:56
- 阅读:2547
2 个回复
卡卡LL - 90后it男
页面监听
plus.globalEvent.addEventListener('TestEvent', function(e){
modal.toast({
message: "TestEvent收到:"+e.msg,
duration: 1.5
});
});
原生触发事件
mWXSDKInstance.fireGlobalEventCallback
jtshushu - 擅长:PHP-Thinkphp Python MUI UniApp Vuejs Bootstrap Jq Logo设计 广告设计 网页设计 有项目上需要联系我微信号:jtshushu66
看是要全局还是什么
全局加入在
App.vue
里加入