...
|
...
|
@@ -137,9 +137,10 @@ exports.init = function(num) { |
|
|
// 左侧导航
|
|
|
$productListNav.click(function() {
|
|
|
if ($(this).hasClass('active')) {
|
|
|
$(this).removeClass('active');
|
|
|
$(this).find('.sort-child-list').stop(true, true).slideUp();
|
|
|
} else {
|
|
|
$(this).addClass('active');
|
|
|
$(this).find('.sort-child-list').stop(true, true).slideDown();
|
|
|
}
|
|
|
$(this).toggleClass('active');
|
|
|
});
|
|
|
}; |
|
|
\ No newline at end of file |
...
|
...
|
|