jack 7 years ago
parent
commit
7ec8416e01
1 changed files with 1 additions and 2 deletions
  1. 1 2
      e/z.html

+ 1 - 2
e/z.html

@ -166,7 +166,7 @@ $(document).ready(function() {
166 166
				}
167 167
			});
168 168
		}
169
	//paperInterestingList()
169
	paperInterestingList()
170 170
	function paperInterestingList(){
171 171
		$.ajax({
172 172
			"url" : "/ajax/ppatent/ralatePatents",
@ -184,7 +184,6 @@ $(document).ready(function() {
184 184
					if(dataStr.length > 0){
185 185
						$("#patentModule").show();
186 186
						var itemlist = '';
187
						$("#patentList").html("");
188 187
						for(var i = 0; i < dataStr.length; i++) {
189 188
							var itemlist = '<li class="mui-table-view-cell">';
190 189
							itemlist += '<a target="_blank" href="z.html?patentId=' + dataStr[i].id +'" class="linkhref" style="color:##333"><div class="madiaHead patentHead"></div>';