jack 7 years ago
parent
commit
94215303bc
2 changed files with 2 additions and 1 deletions
  1. 0 1
      cmp-portal/js/cmp-updateinfo.js
  2. 2 0
      js/cmpInforShow.js

+ 0 - 1
cmp-portal/js/cmp-updateinfo.js

@ -274,7 +274,6 @@ $(document).ready(function() {
274 274
			beforeSend: function() {},
275 275
			success: function(data, textState) {
276 276
				if(data.success) {
277
					return;
278 277
					$.MsgBox.Alert('提示', '修改成功');
279 278
					$("#mb_msgicon").css("background", 'url("images/sign_icon_chenggong_nor.png") 0% 0% / contain');
280 279
					setTimeout(function() {

+ 2 - 0
js/cmpInforShow.js

@ -177,6 +177,8 @@ $(function() {
177 177
				if(data.success) {
178 178
					if($info.hasOrgLogo) {
179 179
						$("#proHead").attr("src", "/images/org/" + $info.id + ".jpg");
180
					}else{
181
						$("#proHead").attr("src", "/images/default-icon.jpg");
180 182
					}
181 183
					if($info.forShort) {
182 184
						$("#proName").text($info.forShort);