This commit is contained in:
zhouxin
2022-03-29 03:14:50 +00:00
parent fe3cbd34d1
commit 603ae3bfdc
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ class program extends control
$this->view->orderBy = $orderBy;
$this->view->users = $this->user->getPairs('noletter');
$this->view->userIdPairs = $this->user->getPairs('noletter|showid');
$this->view->usersAvatar = $this->user->getAvatarPairs();
$this->view->usersAvatar = $this->user->getAvatarPairs(false);
$this->view->programType = $programType;
$this->view->PMList = $PMList;
$this->view->progressList = $this->program->getProgressList();