Authored by 周少峰

shop selector

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