Browse Source

资源浏览页面企业发布栏,应显示企业所属行业

li 7 years ago
parent
commit
d1a9d387b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/resourceShow.js

+ 1 - 1
js/resourceShow.js

@ -159,7 +159,7 @@ $(document).ready(function() {
159 159
				$("#Qname").text($da.organization.name).attr("href","cmpInforShow.html?orgId="+$da.organization.id);
160 160
			}
161 161
			
162
			$("#Qindustry").text($da.organization.subject);
162
			$("#Qindustry").text($da.organization.industry);
163 163
			$("#QorgType").text(orgTypeShow[$da.organization.orgType])
164 164
			if(userid){
165 165
				ifcollectionAbout($da.organization.id,$("#enterprise").find(".attenSpan"), 6)