|
|
|
@ -353,6 +353,14 @@ function show_more_msg()
|
|
|
|
|
function news_show_more_des(id)
|
|
|
|
|
{
|
|
|
|
|
$('#news_description_' + id).toggleClass("news_description_none");
|
|
|
|
|
if($("#news_description_" + id).hasClass("news_description_none"))
|
|
|
|
|
{
|
|
|
|
|
$("#news_foot_" + id).html("[收起]");
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
$("#news_foot_" + id).html("[展开]");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
function bid_show_more_des(id)
|
|
|
|
|
{
|
|
|
|
@ -365,7 +373,6 @@ function bid_show_more_des(id)
|
|
|
|
|
{
|
|
|
|
|
$("#bid_show_more_des_button" + id).html("[展开]");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//课程作业结束时间倒计时
|
|
|
|
|