{layout name="layout" /}
{php} $bgImg = '__IMG__/page_ban1.jpg'; // 默认背景图 if (isset($category) && !empty(trim($category['src'])) && file_exists('.'.$category['src'])) { $bgImg = $category.src; } {/php}
{:widget('crumbs/index', ['categoryId' => $categoryId])}
{if isset($childList) && count($childList) > 0} {foreach $childList as $child}
{$child['category']['title'] ?? ''}
{if count($child['items']) > 0} {/if} {/foreach} {elseif isset($items) && count($items) > 0 /} {/if}