From a4d34c70da6f1677b9532652fe4fbdd89373c197 Mon Sep 17 00:00:00 2001 From: amarsoft Date: Thu, 18 Oct 2018 15:30:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=86=E7=A0=81=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=87=AA=E5=8A=A8=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/AppMain/ModifyPassword.jsp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WebContent/AppMain/ModifyPassword.jsp b/WebContent/AppMain/ModifyPassword.jsp index 336494df3..167599c86 100644 --- a/WebContent/AppMain/ModifyPassword.jsp +++ b/WebContent/AppMain/ModifyPassword.jsp @@ -44,10 +44,14 @@ window.open("<%=sWebRootPath%>/index.html","_top"); <%}else{%> showMessage("ÃÜÂëÐ޸ijɹ¦!"); + setTimeout(function(){ + parent.AsDialog.ClosePage(true);}, 1000); + <%}%> } } + function showMessage(src){ var o = document.getElementById("message"); if(o.flag) window.clearTimeout(o.flag);