|
@ -580,11 +580,12 @@ $(".subsidebar").click(function(){
|
580
|
580
|
//科研资源中的咨询
|
581
|
581
|
function clickResourceConsult(){
|
582
|
582
|
var professorId = $(this).attr("professorId");
|
583
|
|
ConsultApply();
|
|
583
|
consultHandler();
|
|
584
|
|
584
|
585
|
$("ul.menucon").children().eq(1).addClass("clicknow");
|
585
|
586
|
var consultTitleVal = $(this).parent().parent().parent().find(".consultTitleVal").text();
|
586
|
587
|
$("#consultTitle").val("关于"+consultTitleVal+"的咨询");
|
587
|
|
$("#sendConsultBtn").on("click",sendConsultHandler);
|
|
588
|
|
588
|
589
|
};
|
589
|
590
|
|
590
|
591
|
|