修改密码页面自动关闭

This commit is contained in:
amarsoft 2018-10-18 15:30:52 +08:00
parent ac69d6fd31
commit a4d34c70da

View File

@ -44,10 +44,14 @@
window.open("<%=sWebRootPath%>/index.html","_top");
<%}else{%>
showMessage("密码修改成功!");
setTimeout(function(){
parent.AsDialog.ClosePage(true);}, 1000);
<%}%>
}
}
function showMessage(src){
var o = document.getElementById("message");
if(o.flag) window.clearTimeout(o.flag);