|
@ -187,7 +187,7 @@ $(document).ready(function() {
|
187
|
187
|
});
|
188
|
188
|
}
|
189
|
189
|
$(".commentBlock").on("click","li>.flexCenter",function(){
|
190
|
|
location.href="http://" + window.location.host + "/e/p.html?id=" + this.attr("data-id");
|
|
190
|
location.href="http://" + window.location.host + "/e/p.html?id=" + $(this).attr("data-id");
|
191
|
191
|
})
|
192
|
192
|
$("body").on("click",".authicon,.thumbBtn",function(){
|
193
|
193
|
location.href="http://a.app.qq.com/o/simple.jsp?pkgname=com.ekexiu.app";
|
|
@ -231,7 +231,7 @@ $(document).ready(function() {
|
231
|
231
|
});
|
232
|
232
|
}
|
233
|
233
|
$("#patentList").on("click","li",function(){
|
234
|
|
location.href="http://" + window.location.host + "/e/z.html?id=" + this.attr("data-id");
|
|
234
|
location.href="http://" + window.location.host + "/e/z.html?id=" + $(this).attr("data-id");
|
235
|
235
|
});
|
236
|
236
|
getRecourceMe();
|
237
|
237
|
$.ajax({
|