|
|
@ -91,7 +91,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
{hcTaglib:contentPage2 cid="$current_cate_id" mainField="id,category_id,title,sub_title,thumbnail,content,description,create_time,is_top" subField="" name="hc_featured" limit="100" item="content_sub22" sort="sort asc" isTop="1"} |
|
|
|
|
|
|
|
|
{hcTaglib:contentPage2 cid="$current_cate_id" mainField="id,category_id,title,sub_title,thumbnail,content,description,create_time,is_top" subField="" name="hc_featured" limit="100" item="content_sub22" isTop="1"} |
|
|
{/hcTaglib:contentPage2} |
|
|
{/hcTaglib:contentPage2} |
|
|
{php} |
|
|
{php} |
|
|
$news_has_featured = false; |
|
|
$news_has_featured = false; |
|
|
@ -112,7 +112,7 @@ |
|
|
$content = $vo_content['content'] ?? ''; // 富文本 |
|
|
$content = $vo_content['content'] ?? ''; // 富文本 |
|
|
$description = $vo_content['description'] ?? ''; // 描述 |
|
|
$description = $vo_content['description'] ?? ''; // 描述 |
|
|
$title = $vo_content['title'] ?? ''; // 标题 |
|
|
$title = $vo_content['title'] ?? ''; // 标题 |
|
|
$create_time_str = $vo_content['create_time'] ?? ''; |
|
|
|
|
|
|
|
|
$create_time_str = $vo_content['publish_time'] ?? $vo_content['create_time']; |
|
|
{/php} |
|
|
{/php} |
|
|
<div class="swiper-slide n-featured__slide" data-category="company"> |
|
|
<div class="swiper-slide n-featured__slide" data-category="company"> |
|
|
<div class="n-featured__media"> |
|
|
<div class="n-featured__media"> |
|
|
@ -169,14 +169,14 @@ |
|
|
|
|
|
|
|
|
<div class="n-grid"> |
|
|
<div class="n-grid"> |
|
|
|
|
|
|
|
|
{hcTaglib:contentPage2 cid="$current_cate_id" mainField="id,category_id,title,sub_title,thumbnail,content,description,create_time,is_top" subField="" name="hc_content" limit="6" item="content_sub22" sort="sort asc" isTop="222"} |
|
|
|
|
|
|
|
|
{hcTaglib:contentPage2 cid="$current_cate_id" mainField="id,category_id,title,sub_title,thumbnail,content,description,create_time,is_top" subField="" name="hc_content" limit="6" item="content_sub22" isTop="222"} |
|
|
{/hcTaglib:contentPage2} |
|
|
{/hcTaglib:contentPage2} |
|
|
|
|
|
|
|
|
{volist name="hc_content" id="vo_content"} |
|
|
{volist name="hc_content" id="vo_content"} |
|
|
{php} |
|
|
{php} |
|
|
$content = $vo_content['content'] ?? ''; |
|
|
$content = $vo_content['content'] ?? ''; |
|
|
$description = $vo_content['description'] ?? ''; |
|
|
$description = $vo_content['description'] ?? ''; |
|
|
$create_time_str = $vo_content['create_time'] ?? ''; |
|
|
|
|
|
|
|
|
$create_time_str = $vo_content['publish_time'] ?? $vo_content['create_time']; |
|
|
{/php} |
|
|
{/php} |
|
|
|
|
|
|
|
|
<article class="n-card" data-category="insight"> |
|
|
<article class="n-card" data-category="insight"> |
|
|
|