Authored by 周少峰

shop selector

@@ -781,7 +781,7 @@ $listNav.on('touchstart', 'li', function(e) { @@ -781,7 +781,7 @@ $listNav.on('touchstart', 'li', function(e) {
781 $nav2.on('touchstart', 'li', function(e) { 781 $nav2.on('touchstart', 'li', function(e) {
782 $(this).addClass('bytouch'); 782 $(this).addClass('bytouch');
783 }).on('touchend touchcancel', function() { 783 }).on('touchend touchcancel', function() {
784 - $listNav.find('li').removeClass('bytouch'); 784 + $nav2.find('li').removeClass('bytouch');
785 myScroll.refresh(); 785 myScroll.refresh();
786 }); 786 });
787 787