Commit e797c348 authored by wuxiaoli's avatar wuxiaoli

no message

parent 377b39ad
......@@ -220,6 +220,10 @@
}
$(function(){
//选中页面
$(".ulnavlist").find(".navitems").find('.alink').removeClass("active")
$(".ulnavlist").find(".navitems").eq(6).find('.alink').addClass('active');
//全部 和 等待回复的切换
$(".interacr_btn_tab").find(".interacr_tab_item").on("click",function(){
var datatype = $(this).attr("datatype");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment