Browse Source

浏览页面添加纠错反馈和回到顶部
专利和论文修改页面加入纠错

luyanan 7 years ago
parent
commit
746a2cc5de

+ 2 - 1
articalShow.html

@ -162,6 +162,8 @@
162 162
		</div>
163 163
	</div>
164 164
</div>
165
<!--反馈建议-->
166
<script type="text/javascript" src="js/correctBack.js"></script>
165 167
<footer>
166 168
	<script type="text/javascript" src="js/footer.js"></script>
167 169
</footer>
@ -202,7 +204,6 @@
202 204
	        zIndex : 997
203 205
	    });	
204 206
	},300);
205
	$("html,body").animate({"scrollTop": "1px"}, 400); 
206 207
</script>
207 208
</body>
208 209
</html>

+ 3 - 1
cmpInforShow.html

@ -147,7 +147,7 @@
147 147
								<li>所属行业:<span id="orgIndustry"></span></li>
148 148
								<li>所在城市:<span id="orgCity"></span></li>
149 149
								<li>企业类型:<span id="orgType"></span></li>
150
								<li>企业地址:<span id="">北京市海淀区学院路方兴大厦</span></li>
150
								<li>企业地址:<span id="cmpAddress"></span></li>
151 151
								<li>创立时间:<span id="foundTime"></span></li>
152 152
								<li>企业官网:<span id="orgUrl"></span></li>
153 153
							</ul>
@ -185,6 +185,8 @@
185 185
		</div>
186 186
	</div>
187 187
</div>
188
<!--反馈建议-->
189
<script type="text/javascript" src="js/correctBack.js"></script>
188 190
<!--尾部-->
189 191
<footer class="footerblock">
190 192
	<script type="text/javascript" src="js/footer.js"></script>

+ 14 - 3
css/genindex.css

@ -260,6 +260,7 @@ ul.artAbout .frmadd{width:auto;position:absolute;right:0;top:0;background: #ff99
260 260
.operateicon.icon-preview{background-image:url(../images/g_article_icon_yulan_nor.png);}
261 261
.operateicon.icon-draft{background-image:url(../images/g_article_icon_caogao_nor.png);}
262 262
.operateicon.icon-delete{background-image:url(../images/g_article_icon_shanchu_nor.png);}
263
.operateicon.icon-feedback{background-image:url(../images/g_article_icon_jiucuo_nor.png);}
263 264
264 265
.conItem ul.operateBlock>li:hover{color:#ff9900;}
265 266
.conItem ul.operateBlock>li.goFabu{color:#ff9900;opacity:0.8;}
@ -268,6 +269,7 @@ ul.artAbout .frmadd{width:auto;position:absolute;right:0;top:0;background: #ff99
268 269
.conItem ul.operateBlock>li:hover .operateicon.icon-preview{background-image:url(../images/g_article_icon_yulan_hig.png);}
269 270
.conItem ul.operateBlock>li:hover .operateicon.icon-draft{background-image:url(../images/g_article_icon_caogao_hig.png);}
270 271
.conItem ul.operateBlock>li:hover .operateicon.icon-delete{background-image:url(../images/g_article_icon_shanchu_hig.png);}
272
.conItem ul.operateBlock>li:hover .operateicon.icon-feedback{background-image:url(../images/g_article_icon_jiucuo_hig.png);}
271 273
/*鼠标不可点击状态*/
272 274
.conItem ul.operateBlock>li.disableLi{opacity: .5;cursor:auto;}
273 275
.conItem ul.operateBlock>li.disableLi:hover{color:#666666;}
@ -567,9 +569,18 @@ div.zoomMask{position:absolute;background:url("../images/g-resource-mask.png") r
567 569
568 570
/*发布相关页面回到顶部*/
569 571
.footer_tools{position:fixed;z-index:1070;left:50%;margin-left:562px;bottom:20px;}
570
#scrollUp{display:none;width:52px;height:52px;background-image:url(../images/g_resource_button_dingbu_hig.png);background-position:center;background-size:cover;opacity: .6;}
571
#scrollUp:hover{opacity:1;}
572
572
.footer_tools>a{margin-top:10px;position: relative;display:inline-block;width:52px;height:52px;background-position:center;background-size:cover;opacity: .8;}
573
#scrollUp{display:none;background-image:url(../images/bottom_button_dingbu_hig.png);}
574
#feedback{background-image:url(../images/bottom_button_jiucuo_hig.png);}
575
.footer_tools>a:hover{opacity:1;}
576
.footer_tools .correctBlock{display:none;width:270px;position: fixed;bottom:0px;right:0px;border-radius: 6px 6px 0 0;overflow: hidden;box-shadow: 1px 1px 13px 1px rgba(195, 195, 195, .3)}
577
.correctBlock .cBacktit{position: relative;background:#ff9900;line-height: 42px;font-size: 16px;color: #fff;padding:0 20px;}
578
.correctBlock .cBacktit>span{position: relative;display: inline-block;padding-left: 24px;}
579
.correctBlock .cBacktit>span:before{position: absolute; content: url(../images/bottom_icon_xiugai_nor.png);left: 0px;margin-top: 2px;}
580
.correctBlock .cBacktit>em{position:absolute;right:0px;cursor:pointer;display: inline-block;width:42px;height:42px;background-position:center;background-repeat:no-repeat;background-image:url(../images/bottom_button_guanbi_nor.png);}
581
.correctBlock .frmcontype{font-size: 16px;color: #fff;}
582
.correctBlock textarea.frmcontype{height: 280px;border: none;font-size: 14px;color: #666;}
583
.correctBlock.feedbackBox{display:none;}
573 584
/*--------------新版个人中心浏览以及修改--------------*/
574 585
.headconBox{padding:30px;min-height:200px;background: #fff;position: relative;margin-bottom: 20px;}
575 586
.bottomShow .shareCode{bottom:auto;top:30px;}

BIN
images/g_resource_button_dingbu_hig.png


BIN
images/bottom_button_guanbi_nor.png


BIN
images/bottom_button_jiucuo_hig.png


BIN
images/bottom_icon_xiugai_nor.png


BIN
images/g_article_icon_jiucuo_hig.png


BIN
images/g_article_icon_jiucuo_nor.png


+ 34 - 0
js/articalShow.js

@ -864,3 +864,37 @@ function articledel(commenid) {
864 864
window.onload=function(){
865 865
	pageViewsVal();//文章浏览量
866 866
}
867

868

869
//纠错反馈
870
$(".correctSubmit").on("click",function(){
871
	var cntCon=$(this).siblings(".correctCon").val();
872
	var cntUser="";
873
	if(userid && userid != null && userid != "null") {
874
		cntUser = userid;
875
	}
876
	if(cntCon.length>500){
877
		$.MsgBox.Alert('提示', '纠错反馈内容不得超过500个字');
878
		return;
879
	}else{
880
		$.ajax({
881
			"url": "/ajax/feedback/error/article",
882
			"type": "POST",
883
			"dataType": "json",
884
			"async": true,
885
			"data": {
886
				"id": articleId,
887
				"cnt":cntCon,
888
				"user":cntUser
889
			},
890
			"success": function(data) {
891
				if(data.success) {
892
					backSuccessed();
893
				}
894
			},
895
			"error": function() {
896
				$.MsgBox.Alert('提示', '链接服务器超时')
897
			}
898
		});
899
	}
900
})

+ 39 - 0
js/cmpInforShow.js

@ -257,6 +257,11 @@ $(function() {
257 257
					} else {
258 258
						$("#orgUrl").parent("li").hide();
259 259
					}
260
					if($info.addr) {
261
						$("#cmpAddress").text($info.addr);
262
					} else {
263
						$("#cmpAddress").parent("li").hide();
264
					}
260 265
261 266
					var weibotitle = $info.name;
262 267
					var weibourl = window.location.href;
@ -524,4 +529,38 @@ $(function() {
524 529
			}
525 530
		});
526 531
	}
532
	//纠错反馈
533
	$(".correctSubmit").on("click",function(){
534
		var cntCon=$(this).siblings(".correctCon").val();
535
		var cntUser="";
536
		if(userid && userid != null && userid != "null") {
537
			cntUser = userid;
538
		}
539
		if(cntCon.length>500){
540
			$.MsgBox.Alert('提示', '纠错反馈内容不得超过500个字');
541
			return;
542
		}else{
543
			$.ajax({
544
				"url": "/ajax/feedback/error/org",
545
				"type": "POST",
546
				"dataType": "json",
547
				"async": true,
548
				"data": {
549
					"id": orgId,
550
					"cnt":cntCon,
551
					"user":cntUser
552
				},
553
				"success": function(data) {
554
					if(data.success) {
555
						backSuccessed();
556
					}
557
				},
558
				"error": function() {
559
					$.MsgBox.Alert('提示', '链接服务器超时')
560
				}
561
			});
562
		}
563
	})
564
	
565
	
527 566
})

+ 8 - 0
js/common.js

@ -693,6 +693,14 @@ var eduDegree = {
693 693
	"4": "大专",
694 694
	"5": "其他"
695 695
}
696
//反馈意见成功
697
function backSuccessed(){
698
	$(".correctCon").val("");
699
	$(".correctSubmit").attr("disabled",true);
700
	$(".correctSubmit").parents(".correctBlock").fadeOut();
701
	$.MsgBox.Alert('提示', '您的纠错反馈意见已经收录,感谢您的支持!');
702
	$("#mb_msgicon").css("background", 'url("images/sign_icon_chenggong_nor.png") 0% 0% / contain');
703
}
696 704
697 705
function hotKey(sel, num) {
698 706

+ 49 - 0
js/correctBack.js

@ -0,0 +1,49 @@
1
//纠错反馈
2
var Html = '';
3
Html +='<div class="footer_tools">'+
4
			  	'<a id="scrollUp" href="javascript:;" title="返回顶部"></a>'+
5
			  	'<a id="feedback" href="javascript:;" title="纠错反馈"></a>'+
6
			  	'<div class="correctBlock" id="correctBlock">'+
7
					'<div class="cBacktit">'+
8
						'<span>纠错反馈</span>'+
9
						'<em class="closeBack"></em>'+
10
					'</div>'+
11
					'<textarea class="frmcontype correctCon" placeholder="请具体说明您发现的问题,以便我们为您快速解决"></textarea>'+
12
					'<button class="frmcontype btnModel correctSubmit" disabled>提交</button>'+
13
				'</div>'+
14
			'</div>'
15
document.write(Html);
16
$(function() {
17
  //回到顶部
18
	var $body = $(document.body);;
19
	var $bottomTools = $('.footer_tools');
20
	$(window).scroll(function () {
21
		var scrollHeight = $(document).height();
22
		var scrollTop = $(window).scrollTop();
23
		var $footerHeight = $('footer').outerHeight(true);
24
		var $windowHeight = $(window).innerHeight();
25
		scrollTop > 50 ? $("#scrollUp").fadeIn(200).css("display","block") : $("#scrollUp").fadeOut(200);			
26
		$bottomTools.css("bottom", scrollHeight - scrollTop - $footerHeight > $windowHeight ? 20 : $windowHeight + scrollTop + $footerHeight + 20 - scrollHeight);
27
	});
28
	$('#scrollUp').click(function (e) {
29
		e.preventDefault();
30
		$('html,body').animate({ scrollTop:0});
31
	});
32
	$("#feedback").click(function(){
33
		$("#correctBlock").fadeToggle();
34
	})
35
	$(".closeBack").click(function(){
36
		$("#correctBlock").fadeOut();
37
	})
38
	$("html,body").animate({"scrollTop": "1px"}, 400);
39
	
40
	$(".correctBlock").on("keyup",".correctCon",function(){
41
		var cntCon=$(this).val();
42
		if(cntCon.length>0){
43
			$(this).siblings(".correctSubmit").attr("disabled",false);
44
		}else{
45
			$(this).siblings(".correctSubmit").attr("disabled",true);
46
		}
47
	})
48
	
49
})

+ 1 - 1
js/paperList.js

@ -14,7 +14,7 @@ $(document).ready(function(){
14 14
		$info.author = userName;
15 15
		$info.pageSize=10;
16 16
		if(paperNameVa !="") {
17
			$info.key=paperNameVa;
17
			$info.name=paperNameVa;
18 18
		}
19 19
		$info.pageNo=n;
20 20
		$.ajax({

+ 48 - 0
js/paperModify.js

@ -235,5 +235,53 @@ $(document).ready(function() {
235 235
		})
236 236
	}
237 237
	
238
	//纠错反馈
239
	$(".feedBack").click(function(){
240
		$(".feedbackBox").fadeToggle();
241
	})
242
	$(".closeBack").click(function(){
243
		$(".feedbackBox").fadeToggle();
244
	})
245
	$(".correctBlock").on("keyup",".correctCon",function(){
246
		var cntCon=$(this).val();
247
		if(cntCon.length>0){
248
			$(this).siblings(".correctSubmit").attr("disabled",false);
249
		}else{
250
			$(this).siblings(".correctSubmit").attr("disabled",true);
251
		}
252
	})
253
	$(".correctSubmit").on("click",function(){
254
		var cntCon=$(this).siblings(".correctCon").val();
255
		var cntUser="";
256
		if(userid && userid != null && userid != "null") {
257
			cntUser = userid;
258
		}
259
		if(cntCon.length>500){
260
			$.MsgBox.Alert('提示', '纠错反馈内容不得超过500个字');
261
			return;
262
		}else{
263
			$.ajax({
264
				"url": "/ajax/feedback/error/paper",
265
				"type": "POST",
266
				"dataType": "json",
267
				"async": true,
268
				"data": {
269
					"id": paperId,
270
					"cnt":cntCon,
271
					"user":cntUser
272
				},
273
				"success": function(data) {
274
					if(data.success) {
275
						backSuccessed();
276
					}
277
				},
278
				"error": function() {
279
					$.MsgBox.Alert('提示', '链接服务器超时')
280
				}
281
			});
282
		}
283
	})
284
	
285
	
238 286

239 287
})

+ 35 - 0
js/paperShow.js

@ -235,4 +235,39 @@ $(document).ready(function() {
235 235
			}
236 236
		});
237 237
	}
238
	
239
	//纠错反馈
240
	$(".correctSubmit").on("click",function(){
241
		var cntCon=$(this).siblings(".correctCon").val();
242
		var cntUser="";
243
		if(userid && userid != null && userid != "null") {
244
			cntUser = userid;
245
		}
246
		if(cntCon.length>500){
247
			$.MsgBox.Alert('提示', '纠错反馈内容不得超过500个字');
248
			return;
249
		}else{
250
			$.ajax({
251
				"url": "/ajax/feedback/error/paper",
252
				"type": "POST",
253
				"dataType": "json",
254
				"async": true,
255
				"data": {
256
					"id": paperId,
257
					"cnt":cntCon,
258
					"user":cntUser
259
				},
260
				"success": function(data) {
261
					if(data.success) {
262
						backSuccessed();
263
					}
264
				},
265
				"error": function() {
266
					$.MsgBox.Alert('提示', '链接服务器超时')
267
				}
268
			});
269
		}
270
	})
271
	
272
	
238 273
})

+ 2 - 2
js/patentList.js

@ -11,8 +11,8 @@ $(document).ready(function(){
11 11
		var $info={};
12 12
		$info.id=userid;
13 13
		$info.pageSize=10;
14
		if(patentName !="") {
15
			$info.key=patentNameVa;
14
		if(patentNameVa !="") {
15
			$info.name=patentNameVa;
16 16
		}
17 17
		$info.pageNo=n;
18 18
		$.ajax({

+ 50 - 2
js/patentShow.js

@ -59,9 +59,9 @@ $(document).ready(function() {
59 59
				if($key.split(",").length>=5) {
60 60
					$(".oinput").parents(".col-w-12").hide();
61 61
				}
62
				$("#paperSList").append("<li>" + $key.split(",")[i] + "<div class='closeThis'></div></li>");
62
				$("#paperSList").append("<li><p class='h2Font'>" + $key.split(",")[i] + "</p><div class='closeThis'></div></li>");
63 63
			} else {
64
				$(".tagList").append("<li>" + $key.split(",")[i] + "</li>");
64
				$(".tagList").append("<li><p class='h2Font'>" + $key.split(",")[i] + "</p></li>");
65 65
			}
66 66

67 67
		}
@ -272,4 +272,52 @@ $(document).ready(function() {
272 272
		location.href = "patentList.html"
273 273
	}
274 274
	var oPent = new Patent();
275
	
276
	//纠错反馈
277
	$(".footer_tools").hide();
278
	$(".correctSubmit").on("click",function(){
279
		var cntCon=$(this).siblings(".correctCon").val();
280
		var cntUser="";
281
		if(userid && userid != null && userid != "null") {
282
			cntUser = userid;
283
		}
284
		if(cntCon.length>500){
285
			$.MsgBox.Alert('提示', '纠错反馈内容不得超过500个字');
286
			return;
287
		}else{
288
			$.ajax({
289
				"url": "/ajax/feedback/error/patent",
290
				"type": "POST",
291
				"dataType": "json",
292
				"async": true,
293
				"data": {
294
					"id":GetQueryString("patentId"),
295
					"cnt":cntCon,
296
					"user":cntUser
297
				},
298
				"success": function(data) {
299
					if(data.success) {
300
						console.log(data);
301
						backSuccessed();
302
					}
303
				},
304
				"error": function() {
305
					$.MsgBox.Alert('提示', '链接服务器超时')
306
				}
307
			});
308
		}
309
	})
310
	
311
	if( GetQueryString("flag")==1){
312
		$(".feedBack").click(function(){
313
			$("#feedbackBox").fadeToggle();
314
		})
315
		$(".closeFeed").click(function(){
316
			$("#feedbackBox").fadeOut();
317
		})
318
	}else{
319
		$(".footer_tools").show();
320
		
321
	}
322
	
275 323
})

+ 36 - 1
js/resourceShow.js

@ -313,7 +313,7 @@ $(document).ready(function() {
313 313
					stl.title="认证企业";
314 314
				}
315 315
				var name="";
316
				if(data.data.forShort){
316
				if($respond[i].organization.forShort){
317 317
					name=$respond[i].organization.forShort;
318 318
				}else{
319 319
					name=$respond[i].organization.name;
@ -637,4 +637,39 @@ $(document).ready(function() {
637 637
		}
638 638
		$("#expertli").html(osting);
639 639
	}
640
	
641
	//纠错反馈
642
	$(".correctSubmit").on("click",function(){
643
		var cntCon=$(this).siblings(".correctCon").val();
644
		var cntUser="";
645
		if(userid && userid != null && userid != "null") {
646
			cntUser = userid;
647
		}
648
		if(cntCon.length>500){
649
			$.MsgBox.Alert('提示', '纠错反馈内容不得超过500个字');
650
			return;
651
		}else{
652
			$.ajax({
653
				"url": "/ajax/feedback/error/resource",
654
				"type": "POST",
655
				"dataType": "json",
656
				"async": true,
657
				"data": {
658
					"id": resourceId,
659
					"cnt":cntCon,
660
					"user":cntUser
661
				},
662
				"success": function(data) {
663
					if(data.success) {
664
						backSuccessed();
665
					}
666
				},
667
				"error": function() {
668
					$.MsgBox.Alert('提示', '链接服务器超时')
669
				}
670
			});
671
		}
672
	})
673
	
674
	
640 675
})

+ 36 - 2
js/userInforShow.js

@ -778,7 +778,7 @@ $(function() {
778 778
							strAdd += '<li><a traget="_blank" href="patentShow.html?patentId='+ dataStr[i].id +'" class="flexCenter urlgo">';
779 779
							strAdd += '<div class="madiaHead patentHead"></div>';
780 780
							strAdd += '<div class="madiaInfo"><p class="h1Font ellipsisSty">'+ dataStr[i].name +'</p>';
781
							strAdd += '<p class="h2Font ellipsisSty">发明人:'+ dataStr[i].authors +'</p>';
781
							strAdd += '<p class="h2Font ellipsisSty">发明人:'+ dataStr[i].authors.substring(0, dataStr[i].authors.length - 1) +'</p>';
782 782
							strAdd += '<p class="h2Font ellipsisSty">申请人:'+ dataStr[i].reqPerson +'</p>';
783 783
							strAdd += '</div>';
784 784
							strAdd += '</a></li>';
@ -847,7 +847,7 @@ $(function() {
847 847
							strAdd += '<li><a traget="_blank" href="paperShow.html?paperId='+ dataStr[i].id +'" class="flexCenter urlgo">';
848 848
							strAdd += '<div class="madiaHead paperHead"></div>';
849 849
							strAdd += '<div class="madiaInfo"><p class="h1Font ellipsisSty">'+ dataStr[i].name +'</p>';
850
							strAdd += '<p class="h2Font ellipsisSty">作者:'+ dataStr[i].authors +'</p>';
850
							strAdd += '<p class="h2Font ellipsisSty">作者:'+ dataStr[i].authors.substring(0, dataStr[i].authors.length - 1) +'</p>';
851 851
							strAdd += '<p class="h2Font ellipsisSty">期刊:'+ moreInf +'</p>';
852 852
							strAdd += '</div>';
853 853
							strAdd += '</a></li>';
@ -903,4 +903,38 @@ $(function() {
903 903
		});
904 904
	}
905 905
	
906
	
907
	//纠错反馈
908
	$(".correctSubmit").on("click",function(){
909
		var cntCon=$(this).siblings(".correctCon").val();
910
		var cntUser="";
911
		if(userid && userid != null && userid != "null") {
912
			cntUser = userid;
913
		}
914
		if(cntCon.length>500){
915
			$.MsgBox.Alert('提示', '纠错反馈内容不得超过500个字');
916
			return;
917
		}else{
918
			$.ajax({
919
				"url": "/ajax/feedback/error/professor",
920
				"type": "POST",
921
				"dataType": "json",
922
				"async": true,
923
				"data": {
924
					"id": professorId,
925
					"cnt":cntCon,
926
					"user":cntUser
927
				},
928
				"success": function(data) {
929
					if(data.success) {
930
						backSuccessed();
931
					}
932
				},
933
				"error": function() {
934
					$.MsgBox.Alert('提示', '链接服务器超时')
935
				}
936
			});
937
		}
938
	})
939
	
906 940
})

+ 12 - 0
paperModify.html

@ -77,12 +77,24 @@
77 77
							<em class="operateicon icon-issue"></em>
78 78
							<p>发布</p>
79 79
						</li>
80
						<li class="feedBack">
81
							<em class="operateicon icon-feedback"></em>
82
							<p>纠错</p>
83
						</li>
80 84
						<li class="disableLi" id="delete">
81 85
							<em class="operateicon icon-delete"></em>
82 86
							<p>删除</p>
83 87
						</li>
84 88
					</ul>
85 89
				</div>
90
				<div class="correctBlock feedbackBox" id="feedbackBox"> 
91
					<div class="cBacktit">
92
						<span>纠错反馈</span>
93
						<em class="closeFeed"></em>
94
					</div>
95
					<textarea class="frmcontype correctCon" placeholder="请具体说明您发现的问题,以便我们为您快速解决"></textarea>
96
					<button class="frmcontype btnModel correctSubmit" disabled>提交</button>
97
				</div>
86 98
			</div>
87 99
		</div>
88 100
	</div>

+ 2 - 0
paperShow.html

@ -102,6 +102,8 @@
102 102
		</div>
103 103
	</div>
104 104
</div>
105
<!--反馈建议-->
106
<script type="text/javascript" src="js/correctBack.js"></script>
105 107
<footer>
106 108
	<script type="text/javascript" src="js/footer.js"></script>
107 109
</footer>

+ 17 - 3
patentShow.html

@ -110,25 +110,39 @@
110 110
				</div>
111 111
			</div>
112 112
			<div class="rightconBox floatR">
113
				<ul class="advertItem">
114
					<li><a href="download.html" target="_blank"><img src="images/find_img_xiazai_nor.png" /></a></li>
115
				</ul>
116 113
				<div class="conItem">
117 114
					<ul class="operateBlock">
118 115
						<li class="goFabu" id="release">
119 116
							<em class="operateicon icon-issue"></em>
120 117
							<p>发布</p>
121 118
						</li>
119
						<li class="feedBack">
120
							<em class="operateicon icon-feedback"></em>
121
							<p>纠错</p>
122
						</li>
122 123
						<li class="disableLi" id="delete" style="cursor:pointer;opacity: 1">
123 124
							<em class="operateicon icon-delete"></em>
124 125
							<p>删除</p>
125 126
						</li>
126 127
					</ul>
127 128
				</div>
129
				<div class="correctBlock feedbackBox" id="feedbackBox"> 
130
					<div class="cBacktit">
131
						<span>纠错反馈</span>
132
						<em class="closeFeed"></em>
133
					</div>
134
					<textarea class="frmcontype correctCon" placeholder="请具体说明您发现的问题,以便我们为您快速解决"></textarea>
135
					<button class="frmcontype btnModel correctSubmit" disabled>提交</button>
136
				</div>
137
				<ul class="advertItem">
138
					<li><a href="download.html" target="_blank"><img src="images/find_img_xiazai_nor.png" /></a></li>
139
				</ul>
128 140
			</div>
129 141
		</div>
130 142
	</div>
131 143
</div>
144
<!--反馈建议-->
145
<script type="text/javascript" src="js/correctBack.js"></script>
132 146
<footer>
133 147
	<script type="text/javascript" src="js/footer.js"></script>
134 148
</footer>

+ 2 - 4
resourceShow.html

@ -161,6 +161,8 @@
161 161
		</div>
162 162
	</div>
163 163
</div>
164
<!--反馈建议-->
165
<script type="text/javascript" src="js/correctBack.js"></script>
164 166
<footer>
165 167
	<script type="text/javascript" src="js/footer.js"></script>
166 168
</footer>
@ -172,10 +174,6 @@
172 174
<script type="text/javascript" src="js/popup.js"></script>
173 175
<script type="text/javascript" src="js/resourceShow.js"></script>
174 176
<script type="text/javascript">
175

176
	//分享关注按钮
177
	//$('.shareWeixin').hover(function(){$('.shareCode').stop(true,false).fadeToggle();});
178
	
179 177
	//微信分享
180 178
	var qrcode = new QRCode(document.getElementById("qrcode"), {
181 179
		width : 100,

+ 2 - 0
userInforShow.html

@ -399,6 +399,8 @@
399 399
		</div>
400 400
	</div>
401 401
</div>
402
<!--反馈建议-->
403
<script type="text/javascript" src="js/correctBack.js"></script>
402 404
<!--尾部-->
403 405
<footer class="footerblock">
404 406
	<script type="text/javascript" src="js/footer.js"></script>