jack 8 years ago
parent
commit
f4d03f5d53
1 changed files with 2 additions and 2 deletions
  1. 2 2
      js/workindex.js

+ 2 - 2
js/workindex.js

@ -401,7 +401,7 @@ $(function() {
401 401
				if(data.success) {
402 402
					$("#demandNumber").text(data.data)
403 403
				} else {
404
					$.MsgBox.Alert('消息', "链接服务器超时!");
404
					$.MsgBox.Alert('消息', data.msg);
405 405
				}
406 406
			},
407 407
			"error": function(x) {
@ -419,7 +419,7 @@ $(function() {
419 419
				if(data.success) {
420 420
					$("#demandNumber").text(data.data)
421 421
				} else {
422
					$.MsgBox.Alert('消息', "链接服务器超时!");
422
					$.MsgBox.Alert('消息', data.msg);
423 423
				}
424 424
			},
425 425
			"error": function() {