Browse Source

修改 修改密码随窗口变化弹出;

fanlongfei 7 years ago
parent
commit
d3260e27f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CallCenterWeb.UI/js/index.js

+ 1 - 1
CallCenterWeb.UI/js/index.js

349
 		Dialog('dialogDrag', 'dialogMove');
349
 		Dialog('dialogDrag', 'dialogMove');
350
 		showDialog();
350
 		showDialog();
351
 		//侦听浏览器窗口大小变化
351
 		//侦听浏览器窗口大小变化
352
-		window.onresize = showDialog;
352
+		//window.onresize = showDialog;
353
 		$.ajax({
353
 		$.ajax({
354
 			type: "get",
354
 			type: "get",
355
 			url: huayi.config.callcenter_url + "UserAccount/GetNowUser",
355
 			url: huayi.config.callcenter_url + "UserAccount/GetNowUser",