jack 7 anos atrás
pai
commit
20209350a1
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      js/patentShow1.js

+ 2 - 2
js/patentShow1.js

@ -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) {