利用Mui底部导航栏实现跳转页面 mui('.tophref')

 //底部导航栏点击跳转(我的、首页、书架、推荐)(如果没有就点击没反应)
        mui('.tophref').on('tap', 'a', function () { document.location.href = this.href; }); 

mui('.tophref').on('tap', 'a', function () { document.location.href = this.href; });

猜你喜欢

转载自blog.csdn.net/huawuque004/article/details/88730349
MUI