jack 7 years ago
parent
commit
ca8d9b11eb
2 changed files with 3 additions and 2 deletions
  1. 1 1
      fw_template_r3254/patent.html
  2. 2 1
      js/patentShow1.js

+ 1 - 1
fw_template_r3254/patent.html

@ -169,7 +169,7 @@
169 169
					<textarea class="frmcontype correctCon" placeholder="请具体说明您发现的问题,以便我们为您快速解决"></textarea>
170 170
					<button class="frmcontype btnModel correctSubmit" disabled>提交</button>
171 171
				</div>
172
				<div class="conItem advertBox advertItem">
172
				<div class="conItem advertBox advertItem" id="advertisement">
173 173
					<script src="js/adverts/ad_pap.js"></script>
174 174
				</div>
175 175
				<div class="conItem displayNone" id="paperList">

+ 2 - 1
js/patentShow1.js

@ -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();