Browse Source

文章应用行业和学术领域为空时,隐藏问题

luyanan 8 years ago
parent
commit
95f01d244b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      js/articalInfo.js

+ 3 - 0
js/articalInfo.js

@ -73,6 +73,9 @@ $(document).ready(function() {
73 73
					} else {
74 74
						$("#industryList").parent().hide();
75 75
					}
76
					if(!$info.subject&&!$info.industry){
77
						$(".resAbout").hide();
78
					}
76 79
					var proTitle = document.getElementById("proTitle");
77 80
					var proOffice = document.getElementById("proOffice");
78 81
					var proOrg = document.getElementById("proOrg");