jack 7 years ago
parent
commit
6d50936430
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/common.js

+ 1 - 1
js/common.js

@ -793,7 +793,7 @@ 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');
796
	$("#mb_msgicon").css("background", 'url("/images/sign_icon_chenggong_nor.png") 0% 0% / contain');
797 797
}
798 798
799 799
function hotKey(sel, num) {