Browse Source

搜索论文专利

luyanan 7 years ago
parent
commit
3fb97ef428
2 changed files with 6 additions and 6 deletions
  1. 1 1
      js/paperShow.js
  2. 5 5
      js/searchNew.js

+ 1 - 1
js/paperShow.js

@ -157,7 +157,7 @@ $(document).ready(function() {
157 157
								$("#aboutAuthors .lastBtn").before($str);
158 158
							}
159 159
							
160
							if(data.data.length<4){
160
							if(data.data.length<5){
161 161
								$("#aboutAuthors").addClass('removeHe');
162 162
								$(".lastBtn").hide();
163 163
							}

+ 5 - 5
js/searchNew.js

@ -327,7 +327,7 @@ function expertListVal(keyt,subject,industry,address,authType,pageSize,pageNo,is
327 327
					var itemlist = '';
328 328
					for(var i = 0; i < data.data.data.length; i++) {
329 329
						var itemlist = '<li class="flexCenter">';
330
						itemlist += '<a href="" class="expertUrl linkhref"><div class="lefthead userheadt userRadius" id="expertImg"></div>';
330
						itemlist += '<a target="_blank" href="" class="expertUrl linkhref"><div class="lefthead userheadt userRadius" id="expertImg"></div>';
331 331
						itemlist += '<div class="centercon">';
332 332
						itemlist += '<p class="h1font">';
333 333
						itemlist += '<span class="nameSpan" id="Name"></span>';
@ -436,7 +436,7 @@ function articalListVal(pageSize, pageNo,isbind) {
436 436
					$("#articalList").html("");
437 437
					for(var i = 0; i < data.data.data.length; i++) {
438 438
						var itemlist = '<li class="flexCenter">';
439
						itemlist += '<a href="" class="artivleUrl linkhref"><div class="lefthead articalhead" id="articleImg"></div>';
439
						itemlist += '<a target="_blank" href="" class="artivleUrl linkhref"><div class="lefthead articalhead" id="articleImg"></div>';
440 440
						itemlist += '<div class="centercon centercon2">';
441 441
						itemlist += '<p class="h1font ellipsisSty" id="articalTitle"></p>';
442 442
						itemlist += '<p class="h2font">';
@ -515,7 +515,7 @@ function resourceListVal(pageSize, pageNo,isresource) {
515 515
					$("#resourceList").html("");
516 516
					for(var i = 0; i < data.data.data.length; i++) {
517 517
						var itemlist = '<li class="flexCenter">';
518
						itemlist += '<a href="" class="resourceUrl linkhref"><div class="lefthead resouhead" id="resourceImg"></div>';
518
						itemlist += '<a href="" target="_blank" class="resourceUrl linkhref"><div class="lefthead resouhead" id="resourceImg"></div>';
519 519
						itemlist += '<div class="centercon">';
520 520
						itemlist += '<p class="h1font" id="resourceName"></p>';
521 521
						itemlist += '<p class="h2font ellipsisSty" id="supportedServices"></p>';
@ -596,7 +596,7 @@ function patentListVal(pageSize, pageNo,isbind) {
596 596
					$("#patentList").html("");
597 597
					for(var i = 0; i < dataStr.length; i++) {
598 598
						var itemlist = '<li class="flexCenter">';
599
						itemlist += '<a href="patentShow.html?patentId=' + dataStr[i].id +'" class="linkhref"><div class="lefthead articalhead"></div>';
599
						itemlist += '<a target="_blank" href="patentShow.html?patentId=' + dataStr[i].id +'" class="linkhref"><div class="lefthead patenthead"></div>';
600 600
						itemlist += '<div class="centercon centercon2">';
601 601
						itemlist += '<p class="h1font ellipsisSty">'+ dataStr[i].name +'</p>';
602 602
						itemlist += '<p class="h1font ellipsisSty">发明人:'+ dataStr[i].authors.substring(0, dataStr[i].authors.length - 1) +'</p>';
@ -668,7 +668,7 @@ function paperListVal(pageSize, pageNo,isbind) {
668 668
						moreInf = dataStr[i].cn4periodical+ " " +dataStr[i].en4periodical+ " " +dataStr[i].pubDay;
669 669
						
670 670
						var itemlist = '<li class="flexCenter">';
671
						itemlist += '<a href="paperShow.html?paperId=' + dataStr[i].id +'" class="linkhref"><div class="lefthead articalhead"></div>';
671
						itemlist += '<a target="_blank" href="paperShow.html?paperId=' + dataStr[i].id +'" class="linkhref"><div class="lefthead paperhead"></div>';
672 672
						itemlist += '<div class="centercon centercon2">';
673 673
						itemlist += '<p class="h1font ellipsisSty">'+ dataStr[i].name +'</p>';
674 674
						itemlist += '<p class="h1font ellipsisSty">作者:'+ dataStr[i].authors.substring(0, dataStr[i].authors.length - 1) +'</p>';