作用: mui.fire() 可以触发目标窗口的自定义事件
mui.fire( 目标窗口的webview , '自定义事件名' ,{参数列表};)
目标窗口监听这个自定义事件
window.addEventListener('自定义事件名',function(){
})