Authored by 梁志锋

hotfix 升级一个版本

@@ -830,14 +830,14 @@ $listNav.on('touchstart', 'li', function(e) { @@ -830,14 +830,14 @@ $listNav.on('touchstart', 'li', function(e) {
830 $(this).addClass('bytouch'); 830 $(this).addClass('bytouch');
831 }).on('touchend touchcancel', function() { 831 }).on('touchend touchcancel', function() {
832 $listNav.find('li').removeClass('bytouch'); 832 $listNav.find('li').removeClass('bytouch');
833 - myScroll && myScroll.refresh(); 833 + //myScroll && myScroll.refresh();
834 }); 834 });
835 835
836 $nav2.on('touchstart', 'li', function(e) { 836 $nav2.on('touchstart', 'li', function(e) {
837 $(this).addClass('bytouch'); 837 $(this).addClass('bytouch');
838 }).on('touchend touchcancel', function() { 838 }).on('touchend touchcancel', function() {
839 $nav2.find('li').removeClass('bytouch'); 839 $nav2.find('li').removeClass('bytouch');
840 - myScroll && myScroll.refresh(); 840 + //myScroll && myScroll.refresh();
841 }); 841 });
842 842
843 //底部导航点击 843 //底部导航点击