Browse Source

需求浏览

luyanan 7 years ago
parent
commit
57ccede8a5
2 changed files with 3 additions and 2 deletions
  1. 2 2
      demandShow.html
  2. 1 0
      js/demandShow.js

+ 2 - 2
demandShow.html

@ -56,13 +56,13 @@
56 56
			</div>
57 57
			<div class="rightconBox floatR">
58 58
				<div class="conItem conItemG alignCenter" style="border:none;">
59
					<a href="" class="madiaHead cmpHead">
59
					<a class="madiaHead cmpHead">
60 60
						<div class="boxBlock">
61 61
							<img class="boxBlockimg" src="" id="companyImg">
62 62
						</div>
63 63
					</a>
64 64
					<div class="proInfo h3Font clearfix">
65
						<a  class="h1Font qiyego" id="Qname"></a>
65
						<a class="h1Font qiyego" id="Qname"></a>
66 66
						<span class="authiconNew" id="QauthFlag"></span>
67 67
					</div>
68 68
					<div class="goSpan">

+ 1 - 0
js/demandShow.js

@ -189,6 +189,7 @@ $(document).ready(function() {
189 189
					$("#companyImg").attr("src",img);
190 190
					$("#companyImg").parents(".cmpHead").attr("href","cmpInforShow.html?orgId="+data.data.id);
191 191
					$("#companyImg").parents(".cmpHead").attr("data-id",data.data.id);
192
					$("#Qname").attr("href","cmpInforShow.html?orgId="+data.data.id);
192 193
					if(data.data.authStatus==3){
193 194
						$("#QauthFlag").addClass("authicon-com-ok").attr("title","科袖认证企业")
194 195
					}