Browse Source

企业主页跳转

luyanan 6 years ago
parent
commit
a91c625044
1 changed files with 3 additions and 3 deletions
  1. 3 3
      cmp-portal/js/cmpInformation.js

+ 3 - 3
cmp-portal/js/cmpInformation.js

@ -247,7 +247,7 @@ $(function() {
247 247
							sowU='<li><span>浏览量 '+$data.pageViews +'</span></li>'
248 248
						}
249 249
						var strCon='';
250
							strCon+='<a class="" target="_blank" href="demandShow.html?demandId='+$data.id+'" class="madiaInfo">'
250
							strCon+='<a class="" target="_blank" href="../demandShow.html?demandId='+$data.id+'" class="madiaInfo">'
251 251
							strCon+='<p class="h1Font ellipsisSty">'+ $data.title +'</p>'
252 252
							strCon+='<ul class="showliTop h3Font clearfix">'
253 253
							strCon+='<li><span>发布于 '+TimeTr($data.createTime)+'</span></li>'
@ -369,7 +369,7 @@ $(function() {
369 369
						}
370 370
						
371 371
						var itemlist = '<li>';
372
							itemlist += '<a href="resourceShow.html?resourceId=' + $info[i].resourceId + '" class="flexCenter urlgo">';
372
							itemlist += '<a href="../resourceShow.html?resourceId=' + $info[i].resourceId + '" class="flexCenter urlgo">';
373 373
							itemlist += '<div class="madiaHead resouseHead" style="background-image:url(' + hasImg + ')"></div>';
374 374
							itemlist += '<div class="madiaInfo"><p class="h1Font ellipsisSty-2">' + $info[i].resourceName + '</p><p class="h2Font ellipsisSty">用途:' + $info[i].supportedServices + '</p></div>';
375 375
							itemlist += '</a></li>';
@ -652,7 +652,7 @@ $(function() {
652 652
					baImg = "/images/head/" + datalist.id + "_l.jpg";
653 653
				}
654 654
				var strAdd = '';
655
					strAdd += '<a target="_blank" href="userInforShow.html?professorId='+ datalist.id +'" class="flexCenter urlgo">';
655
					strAdd += '<a target="_blank" href="../userInforShow.html?professorId='+ datalist.id +'" class="flexCenter urlgo">';
656 656
					strAdd += '<div class="madiaHead useHead" style="width: 80px;height: 80px;margin-top: -40px;background-image:url(' + baImg + ')"></div>';
657 657
					strAdd += '<div class="madiaInfo" style="padding-left:92px"><p class="h1Font ellipsisSty">' + datalist.name + '</span><em class="authicon ' + userType.sty + '" title="'+userType.title+'"></em></p>';
658 658
					strAdd += '<p class="h2Font ellipsisSty">' + os + '</p>';