|
@ -68,16 +68,14 @@ $(function() {
|
68
|
68
|
$("#myAttends").on("click",function(){
|
69
|
69
|
$(".mainNavUl li.rightbtn").addClass("liNow").siblings().removeClass("liNow");
|
70
|
70
|
$(".navconBox .moreNav").show();
|
71
|
|
$("#item1user").hide();
|
72
|
|
$("#item7user").show();
|
|
71
|
$("#item7user").show().siblings().hide();
|
73
|
72
|
$(".moreNavUl li.attentType").eq(0).addClass("liNow").siblings().removeClass("liNow");
|
74
|
73
|
$("#item7user>.coninfobox").eq(0).show().siblings().hide();
|
75
|
74
|
})
|
76
|
75
|
$("#attendmyGo").on("click",function(){
|
77
|
76
|
$(".mainNavUl li.rightbtn").addClass("liNow").siblings().removeClass("liNow");
|
78
|
77
|
$(".navconBox .moreNav").show();
|
79
|
|
$("#item1user").hide();
|
80
|
|
$("#item7user").show();
|
|
78
|
$("#item7user").show().siblings().hide();
|
81
|
79
|
$(".moreNavUl li.attendMy").addClass("liNow").siblings().removeClass("liNow");
|
82
|
80
|
$("#item7user>.coninfobox").eq(7).show().siblings().hide();
|
83
|
81
|
watchType=0
|