jack 7 年之前
父节点
当前提交
f566467ae9
共有 4 个文件被更改,包括 7 次插入1 次删除
  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
			"success": function(data) {
899
			"success": function(data) {
900
				if(data.success) {
900
				if(data.success) {
901
					backSuccessed();
901
					backSuccessed();
902
					suImg() 
902
				}
903
				}
903
			},
904
			},
904
			"error": function() {
905
			"error": function() {

+ 4 - 1
js/common.js

793
	$(".correctSubmit").attr("disabled",true);
793
	$(".correctSubmit").attr("disabled",true);
794
	$(".correctSubmit").parents(".correctBlock").fadeOut();
794
	$(".correctSubmit").parents(".correctBlock").fadeOut();
795
	$.MsgBox.Alert('提示', '感谢您的反馈,我们马上处理。');
795
	$.MsgBox.Alert('提示', '感谢您的反馈,我们马上处理。');
796
	$("#mb_msgicon").css("background", 'url("images/sign_icon_chenggong_nor.png") 0% 0% / contain');
797
}
798
function suImg() {
796
	$("#mb_msgicon").css("background", 'url("/images/sign_icon_chenggong_nor.png") 0% 0% / contain');
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
function hotKey(sel, num) {
802
function hotKey(sel, num) {
800
803
801
	$(sel).bind({
804
	$(sel).bind({

+ 1 - 0
js/paperShow1.js

626
				"success": function(data) {
626
				"success": function(data) {
627
					if(data.success) {
627
					if(data.success) {
628
						backSuccessed();
628
						backSuccessed();
629
						suImg() 
629
					}
630
					}
630
				},
631
				},
631
				"error": function() {
632
				"error": function() {

+ 1 - 0
js/patentShow1.js

398
					if(data.success) {
398
					if(data.success) {
399
						console.log(data);
399
						console.log(data);
400
						backSuccessed();
400
						backSuccessed();
401
						suImg();
401
					}
402
					}
402
				},
403
				},
403
				"error": function() {
404
				"error": function() {