From cb524d5d268f4a0df3eba55238c679a3bf22e5fa Mon Sep 17 00:00:00 2001
From: anyv <anyu@bronet.cn>
Date: Thu, 30 May 2019 17:02:35 +0800
Subject: [PATCH] 1

---
 public/themes/simpleboot3/portal/classify/classify.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/themes/simpleboot3/portal/classify/classify.html b/public/themes/simpleboot3/portal/classify/classify.html
index 139e80c..0094d28 100644
--- a/public/themes/simpleboot3/portal/classify/classify.html
+++ b/public/themes/simpleboot3/portal/classify/classify.html
@@ -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');
         })
--
libgit2 0.24.0