Browse Source

专利论文

jack 7 years ago
parent
commit
ccdacd7986
3 changed files with 6 additions and 6 deletions
  1. 3 3
      js/paperShow.js
  2. 2 2
      js/patentShow.js
  3. 1 1
      paperShow.html

+ 3 - 3
js/paperShow.js

717
				if(data.success) {
717
				if(data.success) {
718
					var dataStr=data.data
718
					var dataStr=data.data
719
					if(dataStr.length > 0){
719
					if(dataStr.length > 0){
720
						$("#paperList").show();
720
						$("#patentrelate").show();
721
						for(var i = 0; i < dataStr.length; i++) {
721
						for(var i = 0; i < dataStr.length; i++) {
722
							var itemlist ='<li style="min-height:56px;"><a href="patentShow.html?patentId='+dataStr[i].id+'"><p class="h2Font ellipsisSty-2" style="line-height:20px;">'+ dataStr[i].name +'</p></a></li>'
722
							var itemlist ='<li style="min-height:56px;"><a href="patentShow.html?patentId='+dataStr[i].id+'"><p class="h2Font ellipsisSty-2" style="line-height:20px;"><em class="circlePre"></em>'+ dataStr[i].name +'</p></a></li>'
723
							$(".recentlyList").append(itemlist);
723
							$(".recentlyList").append(itemlist);
724
						}
724
						}
725
					}
725
					}
726
				}
726
				}
727
			},
727
			},
728
			"error":function(){
728
			"error":function(){
729
				plus.nativeUI.toast("服务器链接超时", toastStyle);
729
				$.MsgBox.Alert('提示', '链接服务器超时')
730
			}
730
			}
731
		});
731
		});
732
	}
732
	}

+ 2 - 2
js/patentShow.js

731
					if(dataStr.length > 0){
731
					if(dataStr.length > 0){
732
						$("#paperList").show();
732
						$("#paperList").show();
733
						for(var i = 0; i < dataStr.length; i++) {
733
						for(var i = 0; i < dataStr.length; i++) {
734
							var itemlist ='<li style="min-height:56px;"><a href="paperShow.html?paperId='+dataStr[i].id+'"><p class="h2Font ellipsisSty-2" style="line-height:20px;">'+ dataStr[i].name +'</p></a></li>'
734
							var itemlist ='<li style="min-height:56px;"><a href="paperShow.html?paperId='+dataStr[i].id+'"><p class="h2Font ellipsisSty-2" style="line-height:20px;"><em class="circlePre"></em>'+ dataStr[i].name +'</p></a></li>'
735
							$(".recentlyList").append(itemlist);
735
							$(".recentlyList").append(itemlist);
736
						}
736
						}
737
					}
737
					}
738
				}
738
				}
739
			},
739
			},
740
			"error":function(){
740
			"error":function(){
741
				plus.nativeUI.toast("服务器链接超时", toastStyle);
741
				$.MsgBox.Alert('提示', '链接服务器超时')
742
			}
742
			}
743
		});
743
		});
744
	}
744
	}

+ 1 - 1
paperShow.html

132
				<ul class="advertItem">
132
				<ul class="advertItem">
133
					<li><a href="download.html" target="_blank"><img src="images/find_img_xiazai_nor.png" /></a></li>
133
					<li><a href="download.html" target="_blank"><img src="images/find_img_xiazai_nor.png" /></a></li>
134
				</ul>
134
				</ul>
135
				<div class="conItem">
135
				<div class="conItem displayNone" id="patentrelate">
136
					<div class="form-item otherBlock currentBlock">
136
					<div class="form-item otherBlock currentBlock">
137
						<div class="aboutTit">相关专利</div>
137
						<div class="aboutTit">相关专利</div>
138
						<div class="form-result currentArt" style="margin-top:0px;margin-bottom:0px;">
138
						<div class="form-result currentArt" style="margin-top:0px;margin-bottom:0px;">