<script>
mui('body').on('tap','a',function(){
document.location.href=this.href;
});</script>
MUI的A标签URL链接不能点击
最新推荐文章于 2022-08-23 09:58:26 发布
<script>
mui('body').on('tap','a',function(){
document.location.href=this.href;
});</script>