diff --git a/index.html b/index.html
index 48b5949..1e796a6 100644
--- a/index.html
+++ b/index.html
@@ -198,7 +198,7 @@
全部
- 生活服务类
+ 生活服务类
直播类
工具类
系统类
@@ -881,6 +881,22 @@
swiperInit()
new WOW().init();
$('.counter').countUp();
+ $(".position-group .item-group .item").click(function(){
+ $(".position-group .item-group .item").removeClass('active')
+ $(this).addClass('active')
+ // $.ajax({url:"/",success:function(result){
+ // $("#div1").html(result);
+ // $("#div1").html(result);
+ // }});
+ });
+ $(".type-group .item-group .item").click(function(){
+ $(".type-group .item-group .item").removeClass('active')
+ $(this).addClass('active')
+ // $.ajax({url:"/",success:function(result){
+ // $("#div1").html(result);
+ // $("#div1").html(result);
+ // }});
+ });