...
|
...
|
@@ -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')) {
|
|
|
|
...
|
...
|
|