|
@ -75,15 +75,7 @@
|
75
|
75
|
<div class="madiaBlock displayNone" id="patentModule">
|
76
|
76
|
<div class="madiaTit">您可能感兴趣的专利</div>
|
77
|
77
|
<ul class="mui-table-view" id="patentList">
|
78
|
|
<li class="mui-table-view-cell">
|
79
|
|
<div class="flexCenter OflexCenter mui-clearfix">
|
80
|
|
<div class="madiaHead patentHead"></div>
|
81
|
|
<div class="madiaInfo OmadiaInfo">
|
82
|
|
<p class="ellipsisSty h1Font">CdS/CdSSe轴向异质结纳米线的非对称光波导及双波长激射</p>
|
83
|
|
<p class="ellipsisSty h2Font">作者:李丹,梁君武,刘华伟,张学红,万强,张清林,潘安练</p>
|
84
|
|
</div>
|
85
|
|
</div>
|
86
|
|
</li>
|
|
78
|
|
87
|
79
|
</ul>
|
88
|
80
|
</div>
|
89
|
81
|
<div class="madiaBlock displayNone" style="padding-bottom:50px;" id="leword">
|
|
@ -187,7 +179,7 @@ $(document).ready(function() {
|
187
|
179
|
});
|
188
|
180
|
}
|
189
|
181
|
$(".commentBlock").on("click","li>div",function(){
|
190
|
|
location.href="p.html?id="+this.attr("data-id");
|
|
182
|
location.href="http://" + window.location.host + "/e/p.html?id=" + this.attr("data-id");
|
191
|
183
|
})
|
192
|
184
|
$("body").on("click",".authicon,.thumbBtn",function(){
|
193
|
185
|
location.href="http://a.app.qq.com/o/simple.jsp?pkgname=com.ekexiu.app";
|
|
@ -213,11 +205,11 @@ $(document).ready(function() {
|
213
|
205
|
var itemlist = '';
|
214
|
206
|
for(var i = 0; i < dataStr.length; i++) {
|
215
|
207
|
var itemlist = '<li class="mui-table-view-cell" data-id="'+dataStr[i].id+'">';
|
216
|
|
itemlist += '<div class="madiaHead patentHead"></div>';
|
|
208
|
itemlist += '<div class="flexCenter OflexCenter mui-clearfix"><div class="madiaHead patentHead"></div>';
|
217
|
209
|
itemlist += '<div class="madiaInfo OmadiaInfo">';
|
218
|
210
|
itemlist += '<p class="h1font ellipsisSty">'+ dataStr[i].name +'</p>';
|
219
|
211
|
itemlist += '<p class="h1font ellipsisSty">发明人:'+ dataStr[i].authors.substring(0, dataStr[i].authors.length - 1) +'</p>';
|
220
|
|
itemlist += '</div></li>';
|
|
212
|
itemlist += '</div></div></li>';
|
221
|
213
|
$itemlist = $(itemlist);
|
222
|
214
|
$("#patentList").append($itemlist);
|
223
|
215
|
}
|
|
@ -230,7 +222,7 @@ $(document).ready(function() {
|
230
|
222
|
});
|
231
|
223
|
}
|
232
|
224
|
$("#patentList").on("click","li",function(){
|
233
|
|
location.href="z.html?id="+this.attr("data-id");
|
|
225
|
location.href="http://" + window.location.host + "/e/z.html?id=" + this.attr("data-id");
|
234
|
226
|
});
|
235
|
227
|
getRecourceMe();
|
236
|
228
|
$.ajax({
|