Browse Source

资源企业

jack 7 years ago
parent
commit
1b01498a63
2 changed files with 2 additions and 2 deletions
  1. 1 1
      js/resourceShow.js
  2. 1 1
      resourceShow.html

+ 1 - 1
js/resourceShow.js

@ -91,7 +91,7 @@ $(document).ready(function() {
91 91
					if($da.organization.authStatus==3){
92 92
						$("#QauthFlag").addClass("authicon-com-ok").attr("title", "认证企业");	
93 93
					}
94
					$("#Qname").text($da.organization.name);
94
					$("#Qname").text($da.organization.name).attr("href","companybrowinfor.html?orgId="+$da.organization.id);
95 95
					$("#Qindustry").text($da.organization.subject);
96 96
					if($da.organization.orgType==2){
97 97
						$("#QorgType").text("上市企业");

+ 1 - 1
resourceShow.html

@ -133,7 +133,7 @@
133 133
					<a href="" class="qiyego"><div class="madiaHead cmpHead" id="Qimg" style=""></div></a>
134 134
					<div class="proInfo alignCenter">
135 135
						<div class="h3Font clearfix">
136
							<a href="companybrowinfor.html?orgId=A93B9348F2094D12A6DC9A23F16E1246" class="h1Font qiyego" id="Qname"></a>
136
							<a  class="h1Font qiyego" id="Qname"></a>
137 137
							<span class="authiconNew" title="" id="QauthFlag"></span>
138 138
						</div>
139 139
						<p class="h2Font ellipsisSty" id="Qindustry"></p>