排版相关调整
This commit is contained in:
@@ -173,6 +173,9 @@ page={{stage_page}},%号
|
|||||||
|
|
||||||
//文章类型
|
//文章类型
|
||||||
$aSearch['{{article_type}}'] = empty($aProductionArticle['type']) ? 'ARTICLE' : strtoupper($aProductionArticle['type']);
|
$aSearch['{{article_type}}'] = empty($aProductionArticle['type']) ? 'ARTICLE' : strtoupper($aProductionArticle['type']);
|
||||||
|
if($aSearch['{{article_type}}'] == 'MINIREVIEW'){
|
||||||
|
$aSearch['{{article_type}}'] = 'MINI REVIEW';
|
||||||
|
}
|
||||||
//获取文章时间
|
//获取文章时间
|
||||||
$aTime = $this->getArticleTime(['article_id' => $aProductionArticle['article_id']]);
|
$aTime = $this->getArticleTime(['article_id' => $aProductionArticle['article_id']]);
|
||||||
$aTime = empty($aTime['data']) ? [] : $aTime['data'];
|
$aTime = empty($aTime['data']) ? [] : $aTime['data'];
|
||||||
|
|||||||
Reference in New Issue
Block a user