初始化的时候重新定义点击,操作代码如下
$(function(){
mui('body').on('tap','a',function(){window.top.location.href=this.href;});
});
开发中 敬请期待...