Authored by 郝肖肖

Merge branch 'feature/shopSort' into release/5.2

... ... @@ -843,7 +843,7 @@ $listNav.on('touchend touchcancel', function(e) {
if ($this.hasClass('first-li-more')) {
filter.hideFilter();
$newList.removeClass('hide');
$newList.toggleClass('hide');
if ($this.hasClass('default')) {
$newList.find('li.default').addClass('active').siblings().removeClass('active');
} else if ($this.hasClass('new')) {
... ...
... ... @@ -836,7 +836,7 @@ $subNav.on('touchend touchcancel', function(e) {
if ($this.hasClass('first-li-more')) {
filter.hideFilter();
$newList.removeClass('hide');
$newList.toggleClass('hide');
if ($this.hasClass('default')) {
$newList.find('li.default').addClass('active').siblings().removeClass('active');
} else if ($this.hasClass('new')) {
... ...