{layout name="layout" /}
{$products['category']['title'] ?? '产品中心'}

{$products['category']['description'] ?? 'product center'}

{if isset($products) && count($products['items']) > 0}
    {foreach $products['items'] as $idx => $product}
  • {$product['title']}

    {$product['summary']|raw}

    了解详情+ {:str_pad($idx + 1, 2, '0', STR_PAD_LEFT)}
  • {/foreach}
{/if}
{$blocks['marketing_name']['value'] ?? ''}

{$blocks['marketing_describe']['value'] ?? ''}

了解详情++
{$newsCenter['title'] ?? '新闻动态'}{$newsCenter['description'] ?? ''}
{if isset($newsList) && count($newsList) > 0} {foreach $newsList as $newsCate} {/foreach} {/if}