|
@ -67,7 +67,7 @@ $(document).ready(function() {
|
67
|
67
|
$(".oinput").parents(".form-item").hide();
|
68
|
68
|
$(".conItem").hide();
|
69
|
69
|
if($data.keywords) {
|
70
|
|
$obj.keyword($data.keywords);
|
|
70
|
this.keyword($data.keywords);
|
71
|
71
|
} else {
|
72
|
72
|
$(".tagList").hide();
|
73
|
73
|
}
|
|
@ -97,7 +97,7 @@ $(document).ready(function() {
|
97
|
97
|
var weibourl = window.location.href;
|
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
|
|
this.bindEvent($obj);
|
|
100
|
this.bindEvent(this);
|
101
|
101
|
}
|
102
|
102
|
Patent.prototype.patentAuth = function($data, $obj) {
|
103
|
103
|
for(var i in $data) {
|