|
@ -98,6 +98,7 @@ $(document).ready(function() {
|
98
|
98
|
var weibopic = "http://" + window.location.host + "/images/default-patent.jpg";
|
99
|
99
|
$("#weibo").attr("href", "http://service.weibo.com/share/share.php?appkey=3677230589&title=" + encodeURIComponent(weibotitle) + "&url=" + encodeURIComponent(weibourl) + "&pic=" + encodeURIComponent(weibopic) + "&content=utf-8" + "&ralateUid=6242830109&searchPic=false&style=simple");
|
100
|
100
|
this.bindEvent(this);
|
|
101
|
$("#advertisement img").attr("src","/"+$("#advertisement img").attr("src"));
|
101
|
102
|
}
|
102
|
103
|
Patent.prototype.patentAuth = function($data, $obj) {
|
103
|
104
|
for(var i in $data) {
|
|
@ -395,7 +396,7 @@ $(document).ready(function() {
|
395
|
396
|
|
396
|
397
|
|
397
|
398
|
}else{
|
398
|
|
var patentId=patentId;
|
|
399
|
|
399
|
400
|
|
400
|
401
|
$(".footer_tools").show();
|
401
|
402
|
$("#messagego").show();
|