Browse Source

浏览页面

jack 8 years ago
parent
commit
f051291bae
1 changed files with 1 additions and 2 deletions
  1. 1 2
      js/information.brow.js

+ 1 - 2
js/information.brow.js

@ -529,7 +529,7 @@ $(function() {
529 529
					//显示专家信息到保存数据
530 530
					name = $info.name;
531 531
					if($info.descp == undefined && $info.subject == undefined && $info.researchAreas.length == 0 && $info.industry == undefined && $info.edus.length == 0 && $info.jobs.length == 0 && $info.projects.length == 0 && $info.papers.length == 0 && $info.patents.length == 0 && $info.honors.length == 0) {
532
						$("div:contains('专家信息')").parents(".menublock").hide();
532
						$("div:contains('个人信息')").parents(".menublock").hide();
533 533
					}
534 534
					if($info.descp) {
535 535
						$("#descpS").text($info.descp);
@ -638,7 +638,6 @@ $(function() {
638 638
						$("span:contains('荣誉及奖项')").parents(".introduction").hide();
639 639
						$("a:contains('荣誉及奖项')").hide();
640 640
					}
641
642 641
//下滑滚动不覆盖底部 
643 642
	var d;
644 643
	var t;