From 9e7db3ec3b417a41ec385b0402b015b2ed04268a Mon Sep 17 00:00:00 2001
From: anyv <anyu@bronet.cn>
Date: Thu, 30 May 2019 16:38:27 +0800
Subject: [PATCH] 分类

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

diff --git a/public/themes/simpleboot3/portal/classify/classify.html b/public/themes/simpleboot3/portal/classify/classify.html
index 6e1ae82..e9f8bee 100644
--- a/public/themes/simpleboot3/portal/classify/classify.html
+++ b/public/themes/simpleboot3/portal/classify/classify.html
@@ -104,6 +104,7 @@
         $('.sales').removeClass('se_navactvie');
         $('.price').removeClass('se_navactvie');
         $('.synthesize').addClass('se_navactvie');
+        $('.se_nav ul li').children('img').attr('src', '__TMPL__/public/assets/images/s1.png');
         $.post("{:url('Classify/classify_goods')}",{classify_id:id},function(data){
             $('.in_hotLi').remove();
             data_arr = JSON.parse(data);
--
libgit2 0.24.0