mui框架之a标签无法跳转的问题
mui('body').on('tap','a',function(){
    window.top.location.href=this.href;
});

ps:有时也要注意是不是和其他JS有冲突