mui中a标签跳转问题

 

1.如果只是手机版,解决导航a标签不能跳转页面可以

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

2.如果还有电脑版的话,解决导航a标签不能跳转页面就要用

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

posted @ 2019-07-13 15:12  yuan9580  阅读(311)  评论(0编辑  收藏  举报