mui a 链接跳转
2017-08-10 本文已影响0人
豹发户
mui('.mui-bar-tab').on('tap','a',function(){
console.log(this.getAttribute('href'));
location.href = this.getAttribute('href');
})
mui('.mui-bar-tab').on('tap','a',function(){
console.log(this.getAttribute('href'));
location.href = this.getAttribute('href');
})