管理员列表优化

This commit is contained in:
devil
2020-06-11 18:48:31 +08:00
parent 8b5b2228b2
commit 400ad10a71
20 changed files with 485 additions and 333 deletions

View File

@ -71,6 +71,7 @@ class Goodscomments extends Common
];
$ret = GoodsCommentsService::GoodsCommentsList($data_params);
// 基础参数赋值
$this->assign('params', $this->data_request);
$this->assign('page_html', $page->GetPageHtml());
$this->assign('data_list', $ret['data']);