|
@ -437,6 +437,12 @@ $(function() {
|
437
|
437
|
if($info) {
|
438
|
438
|
if($info.authType == 1) {
|
439
|
439
|
$(".yesshow").show();
|
|
440
|
if(ass == 0){
|
|
441
|
$('span:contains("合作历史及评价")').parents(".introduction").hide();
|
|
442
|
}
|
|
443
|
if(resou == 0 && ass == 0) {
|
|
444
|
$('div:contains("合作机会")').parents(".menublock").hide();
|
|
445
|
}
|
440
|
446
|
} else {
|
441
|
447
|
if($info.authentication == 3) {
|
442
|
448
|
$("#office").hide();
|
|
@ -1091,9 +1097,6 @@ $(function() {
|
1091
|
1097
|
}
|
1092
|
1098
|
}
|
1093
|
1099
|
})
|
1094
|
|
if(resou == 0 && ass == 0) {
|
1095
|
|
$('div:contains("合作机会")').parents(".menublock").hide();
|
1096
|
|
}
|
1097
|
1100
|
proinfo(professorId);
|
1098
|
1101
|
//底部咨询申请入口专家信息
|
1099
|
1102
|
function proinfo(professorId) {
|