* Init zin.

This commit is contained in:
zhujinyong
2022-10-19 10:15:30 +08:00
parent bb90adf795
commit f507abf379
10 changed files with 309 additions and 7 deletions
+2 -1
View File
@@ -99,7 +99,8 @@ class program extends control
$this->view->progressList = $this->program->getProgressList();
$this->view->hasProject = $hasProject;
$this->display();
// $this->display();
$this->render();
}
/**