* Finish task #70487.

This commit is contained in:
tianshujie
2022-09-28 11:05:50 +08:00
parent 43a95b18e2
commit 3979c28fb2
4 changed files with 29 additions and 7 deletions
+2
View File
@@ -170,6 +170,8 @@ class program extends control
$this->view->orderBy = $orderBy;
$this->view->pager = $pager;
$this->view->users = $this->loadModel('user')->getPairs('noletter');
$this->view->userIdPairs = $this->user->getPairs('noletter|showid');
$this->view->usersAvatar = $this->user->getAvatarPairs('');
$this->view->products = $this->loadModel('product')->getStats($orderBy, $pager, $browseType, '', 'story', $programID);
$this->display();