UNPKG

bmfe-weex-eros-template

Version:

本木前端 weex 集成方案

20 lines (16 loc) 355 B
/* * @Author: mikey.zhaopeng * @Date: 2017-09-26 10:55:08 * @Last Modified by: Zero * @Last Modified time: 2017-10-11 12:23:07 */ /** * 个推回调 */ var globalEvent = weex.requireModule('globalEvent') /** * 消息推送 * options 客户端个推推送的所有消息 */ globalEvent.addEventListener("pushMessage", function(options) { })