Authored by hongweigao

a点击

... ... @@ -212,8 +212,8 @@ $(document).on('pjax:complete', function() {
yas.givePoint('YB_SHOW_NEW_ARRIVAL', loadData);
});
$('#new-product-floor').on('click', '.catagory-navs li', function() {
var $li = $(this);
$('#new-product-floor').on('click', '.catagory-navs li > a', function() {
var $li = $(this).parent();
if (!$li.hasClass('active')) {
$li.addClass('active').siblings().removeClass('active');
... ...