...
|
...
|
@@ -830,14 +830,14 @@ $listNav.on('touchstart', 'li', function(e) { |
|
|
$(this).addClass('bytouch');
|
|
|
}).on('touchend touchcancel', function() {
|
|
|
$listNav.find('li').removeClass('bytouch');
|
|
|
myScroll && myScroll.refresh();
|
|
|
//myScroll && myScroll.refresh();
|
|
|
});
|
|
|
|
|
|
$nav2.on('touchstart', 'li', function(e) {
|
|
|
$(this).addClass('bytouch');
|
|
|
}).on('touchend touchcancel', function() {
|
|
|
$nav2.find('li').removeClass('bytouch');
|
|
|
myScroll && myScroll.refresh();
|
|
|
//myScroll && myScroll.refresh();
|
|
|
});
|
|
|
|
|
|
//底部导航点击
|
...
|
...
|
|