{include file="components/header"}

{$current_cate.title}

{$current_cate.description}

{php} $filter_cid = (string)input('cid', ''); $filter_all_id = (string)($current_cate['id'] ?? ''); if ($filter_cid === '') { $filter_cid = $filter_all_id; } $filter_keywords = (string)input('keywords', ''); $filter_is_all = ($filter_cid === $filter_all_id); $filter_label = '按产品筛选'; if (!$filter_is_all && !empty($sub_cates)) { foreach ($sub_cates as $sc) { if ((string)($sc['id'] ?? '') === $filter_cid) { $filter_label = $sc['title'] ?? $filter_label; break; } } } {/php}
{hcTaglib:contentPage mainField="*" subField="*" name="hc_content" limit="8" item="vo"} {php} $announce_url = trim((string)($vo['url'] ?? '')); $has_announce = $announce_url !== ''; {/php}

{$vo.title}

探索更多
{/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}
{include file="components/mask"} {include file="components/footer"}