isSuccess()) { self::redirect($checkResult->getData()); } $uid = self::getUid(); $PageData = $objArticles->get(3); $this->tpl = 'winners'; $this->setOutput('title', '获奖名单'); $this->setOutput('PageData', $PageData); $this->setOutput('notShowWeixinShare', true); } public function display() { return $this->render(); } }