Explorar el Código

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

luyanan %!s(int64=8) %!d(string=hace) años
padre
commit
95f01d244b
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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");