LIPENGTAO1313 6 years ago
parent
commit
c687c5afd6
2 changed files with 6 additions and 0 deletions
  1. 3 0
      demandShow.html
  2. 3 0
      js/demandShow.js

+ 3 - 0
demandShow.html

@ -61,6 +61,9 @@
61 61
					<div class="proInfo h3Font clearfix">
62 62
						<a class="h1Font qiyego" id="Qname"></a>
63 63
						<span class="authiconNew" id="QauthFlag"></span>
64
					</div>
65
					<div class="proInfo h3Font clearfix" id="industry">
66
						
64 67
					</div>
65 68
					<div class="goSpan displayNone">
66 69
						<span class="attenSpan">关注</span>

+ 3 - 0
js/demandShow.js

@ -131,6 +131,9 @@ $(document).ready(function() {
131 131
						if(data.data.hasOrgLogo==1){
132 132
							img="/images/org/" + data.data.id + ".jpg";
133 133
						}
134
						if(data.data.industry) {
135
							$("#industry").text(data.data.industry.replace(/,/g, " | "));
136
						}
134 137
						$("#companyImg").attr("src",img);
135 138
						$("#companyImg").parents(".cmpHead").attr("href","cmpInforShow.html?orgId="+data.data.id);
136 139
						$("#companyImg").parents(".cmpHead").attr("data-id",data.data.id);