From 222506cbd03b4bc8eff698f988ef985ebf4be44d Mon Sep 17 00:00:00 2001 From: holan20180123 <56391770@qq.com> Date: Mon, 28 Dec 2020 14:12:32 +0800 Subject: [PATCH] * Modify the redirect link. --- module/my/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/my/control.php b/module/my/control.php index 53a433fb58..b2beb421bb 100644 --- a/module/my/control.php +++ b/module/my/control.php @@ -606,7 +606,7 @@ class my extends control { $this->user->updatePassword($this->app->user->id); if(dao::isError()) die(js::error(dao::getError())); - die(js::locate($this->createLink('my', 'profile'), 'parent.parent')); + die(js::closeModal('parent.parent', 'this')); } $this->view->title = $this->lang->my->common . $this->lang->colon . $this->lang->my->changePassword;