jack 7 年之前
父节点
当前提交
20209350a1
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      js/patentShow1.js

+ 2 - 2
js/patentShow1.js

67
			$(".oinput").parents(".form-item").hide();
67
			$(".oinput").parents(".form-item").hide();
68
			$(".conItem").hide();
68
			$(".conItem").hide();
69
			if($data.keywords) {
69
			if($data.keywords) {
70
				$obj.keyword($data.keywords);
70
				this.keyword($data.keywords);
71
			} else {
71
			} else {
72
				$(".tagList").hide();
72
				$(".tagList").hide();
73
			}
73
			}
97
		var weibourl = window.location.href;
97
		var weibourl = window.location.href;
98
		var weibopic = "http://" + window.location.host + "/images/default-patent.jpg";
98
		var weibopic = "http://" + window.location.host + "/images/default-patent.jpg";
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");
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
	Patent.prototype.patentAuth = function($data, $obj) {
102
	Patent.prototype.patentAuth = function($data, $obj) {
103
		for(var i in $data) {
103
		for(var i in $data) {