作者 anyv
1 个管道 的构建 通过 耗费 0 秒

1

... ... @@ -140,7 +140,7 @@
}
})
// 分类tab
$('.cl_nav ul li').each(function () {
$('.cl_list2 ul li').each(function () {
$(this).click(function () {
$(this).addClass('cl_Active2').siblings().removeClass('cl_Active2');
})
... ...