...
|
...
|
@@ -111,6 +111,7 @@ $('.sort-pre').on('click', 'li', function() { |
|
|
$sortSub.children(':not(.hide)').addClass('hide');
|
|
|
$sortSub.children(':eq(' + index + ')').removeClass('hide');
|
|
|
|
|
|
if (!$sizeWrap.data('load')) {
|
|
|
if (sizeCache[id]) {
|
|
|
$sizeWrap.find('.attr-content').html(sizeCache[id]);
|
|
|
$sizeWrap.removeClass('hide');
|
...
|
...
|
@@ -132,6 +133,7 @@ $('.sort-pre').on('click', 'li', function() { |
|
|
}
|
|
|
});
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
|
|
|
//【品牌】
|
...
|
...
|
|