Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 439 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 439 Bytes

wx_event_bus

概述

在开发微信小程序过程中,发现并不提供消息订阅及广播的api,如iOS开发中的NSNotificationCenter, Android开发中EventBus,node.js中的 EventEmitter等。

预览

如何使用

具体可参考项目中的demo

Api

addListener

注册监听者

removeListener

移除监听者

emit

广播消息