{$current_cate.title}
{$current_cate.description}
{hcTaglib:contentPage mainField="*" subField="*" name="hc_content" limit="12" item="vo" sort="sort desc"}
{php}
// $dl_file = !empty($vo['url']) ? $vo['url'] : ($vo['thumbnail']['url'] ?? '');
$pdf_resource_download = $vo['main_content']['resource_download'][0] ?? '';
$dl_file = $pdf_resource_download;
$has_dl = $dl_file !== '';
{/php}
{/hcTaglib:contentPage}
{php}
$list_empty = isHcListEmpty($hc_content ?? null);
if ($list_empty) {
$empty_text = '暂无相关资料';
}
{/php}
{if $list_empty}
{include file="components/empty"}
{else /}
{$hc_content|raw}
{/if}