|
@@ -11,10 +11,8 @@
|
|
|
mui('body').on('tap', '.kfz', function() {
|
|
|
mui.toast('开发中');
|
|
|
});
|
|
|
- mui('body').on('tap', 'a', function() {
|
|
|
- if (this.hasAttribute('jump')) {
|
|
|
- document.location.href = this.href;
|
|
|
- }
|
|
|
+ mui('body').on('tap', '.jump', function() {
|
|
|
+ document.location.href = this.href;
|
|
|
});
|
|
|
}
|
|
|
}
|