在mui项目中使用
mui('b').on('tap','a',function(){ newWebView.goBack() })
无法在b上面绑定事件,原因是mui on 的用法是将事件tap绑在a上面,on 是在b中寻找属性为a的selector,将其绑定事件