...
|
...
|
@@ -406,6 +406,11 @@ $('.drop-list').on('touchend', 'li', function(e) { |
|
|
navType = 'popularity';
|
|
|
}
|
|
|
|
|
|
if ($(this).hasClass('active')) {
|
|
|
$('.drop-list').addClass('hide');
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
$(this).addClass('active').siblings().removeClass('active');
|
|
|
$firstLiDom.find('.nav-txt').text($(this).find('span').eq(0).text());
|
|
|
$firstLiDom.attr('data-bp-id', bpIdData).addClass('active').siblings().removeClass('active');
|
...
|
...
|
|