jack 7 years ago
parent
commit
f566467ae9
4 changed files with 7 additions and 1 deletions
  1. 1 0
      js/articalShow2.js
  2. 4 1
      js/common.js
  3. 1 0
      js/paperShow1.js
  4. 1 0
      js/patentShow1.js

+ 1 - 0
js/articalShow2.js

@ -899,6 +899,7 @@ $(".correctSubmit").on("click",function(){
899 899
			"success": function(data) {
900 900
				if(data.success) {
901 901
					backSuccessed();
902
					suImg() 
902 903
				}
903 904
			},
904 905
			"error": function() {

+ 4 - 1
js/common.js

@ -793,9 +793,12 @@ function backSuccessed(){
793 793
	$(".correctSubmit").attr("disabled",true);
794 794
	$(".correctSubmit").parents(".correctBlock").fadeOut();
795 795
	$.MsgBox.Alert('提示', '感谢您的反馈,我们马上处理。');
796
	$("#mb_msgicon").css("background", 'url("images/sign_icon_chenggong_nor.png") 0% 0% / contain');
797
}
798
function suImg() {
796 799
	$("#mb_msgicon").css("background", 'url("/images/sign_icon_chenggong_nor.png") 0% 0% / contain');
800
	$("#mb_ico").css("background",'url(/images/sign_icon_guanbi_nor.png) center center no-repeat');
797 801
}
798
799 802
function hotKey(sel, num) {
800 803
801 804
	$(sel).bind({

+ 1 - 0
js/paperShow1.js

@ -626,6 +626,7 @@ function articledel(commenid) {
626 626
				"success": function(data) {
627 627
					if(data.success) {
628 628
						backSuccessed();
629
						suImg() 
629 630
					}
630 631
				},
631 632
				"error": function() {

+ 1 - 0
js/patentShow1.js

@ -398,6 +398,7 @@ $(document).ready(function() {
398 398
					if(data.success) {
399 399
						console.log(data);
400 400
						backSuccessed();
401
						suImg();
401 402
					}
402 403
				},
403 404
				"error": function() {