This commit is contained in:
liyuchun
2022-02-15 08:22:25 +08:00
parent 5583b62fc9
commit 0d16a79b63
11 changed files with 28 additions and 16 deletions
+1
View File
@@ -59,6 +59,7 @@ class program extends control
$this->view->status = $status;
$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->programType = $programType;
$this->view->PMList = $PMList;