Browse Source

资源及评价显示隐藏

jack 8 years ago
parent
commit
f400f22b60
1 changed files with 6 additions and 3 deletions
  1. 6 3
      js/information.brow.js

+ 6 - 3
js/information.brow.js

@ -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) {