问题描述
需求:在用户点击浏览器关闭按钮时执行自己的业务逻辑。在业务逻辑成功执行完以后再往下执行代码:return"RunOnBeforeUnload";functionRunOnBeforeUnload(){Ext.net.DirectMethods.onunload({async:false,success:function(){alert("注销成功");}})return"RunOnBeforeUnload";}
默认Ext.net.DirectMethods是异步执行的,直接执行了return"RunOnBeforeUnload";用户点击确定就退出了。请问怎么让Ext.net.DirectMethods同步执行?可以再同步执行完Ext.net.DirectMethods以后再继续往下执行
解决方案
解决方案二:
至今还是没有位来回复啊
时间: 2024-10-23 22:42:56