* close modal in xuanxuan.

This commit is contained in:
wangyidong
2018-12-19 13:44:31 +08:00
parent 06e898ea57
commit d3fa148cb3
8 changed files with 21 additions and 0 deletions
+1
View File
@@ -62,6 +62,7 @@ class todo extends control
$this->send(array('result' => 'success', 'id' => $todoID, 'name' => $todo->name, 'pri' => $todo->pri, 'priName' => $this->lang->todo->priList[$todo->pri], 'time' => date(DT_DATE4, strtotime($todo->date)) . ' ' . $todo->begin));
}
if($this->app->getViewType() == 'xhtml') die(js::closeXXModal('parent'));
if(isonlybody()) die(js::locate($this->createLink('my', 'todo', "type=$date"), 'parent.parent'));
die(js::locate($this->createLink('my', 'todo', "type=$date"), 'parent'));
}