Authored by 毕凯

侧边栏 分类 点击收缩

... ... @@ -186,12 +186,8 @@ $goodInfoMain.on('click', '.col-btn', function() {
});
// 左侧导航
$productListNav.click(function(event) {
var $this = $(this);
if (!$this.hasClass('product-list-nav')) {
return;
}
$productListNav.find('h3').click(function(event) {
var $this = $(this).closest('.product-list-nav');
if ($this.hasClass('active')) {
... ...