1 <script> 2 $(function () { 3 mui('body').on('tap', 'a', function () { 4 if (this.href) { 5 window.top.location.href = this.href; 6 } 7 }); 8 }); 9 </script>
判断一下 this.href 是否有链接地址,没有就不处理。否则页面也会刷新