request->param('id', 0, 'intval'); $page = $postService->publishedPage($pageId); if (empty($page)) { abort(404, ' 页面不存在!'); } $this->assign('page', $page); return $this->fetch(); } }