...
|
...
|
@@ -182,11 +182,13 @@ class InfoController extends AbstractAction |
|
|
} else {
|
|
|
$data['shareImg'] = Helpers::getImageUrl($detail['getArticle']['cover_image'], 640, 320);
|
|
|
}
|
|
|
$this->setTitle($detail['getArticle']['article_title']);
|
|
|
$this->setDescription($detail['getArticle']['article_summary']);
|
|
|
}
|
|
|
|
|
|
// 标识有微信分享
|
|
|
$data['hasWxShare'] = true;
|
|
|
|
|
|
|
|
|
$this->_view->display('index', $data);
|
|
|
|
|
|
$detail = array();
|
...
|
...
|
|