修改密码页面自动关闭
This commit is contained in:
parent
ac69d6fd31
commit
a4d34c70da
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user