Browse Source

咨询申请,未登录,提示登陆,并链接到登陆页面

dell 8 years ago
parent
commit
f91a9296f3
1 changed files with 12 additions and 0 deletions
  1. 12 0
      src/main/webapp/js/information.brow.js

+ 12 - 0
src/main/webapp/js/information.brow.js

@ -665,6 +665,18 @@ var resou;
665 665
			});
666 666
		}else {
667 667
			$.MsgBox.Alert("message","请登录");
668
			var aele = document.createElement('a');
669
			$("#mb_btnbox").append(aele);
670
			$("#mb_btnbox a").css({
671
				'display':"block",
672
				'width':'100px',
673
				'height':'40px',
674
				'position':'relative',
675
				'bottom':'39px',
676
				'left':'151px'
677
				});
678
			aele.setAttribute('href', '../login.html');
679
			
668 680
		}
669 681
		
670 682
	};