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

{$productsCenter['description'] ?? 'product center'}

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

    {$product['description']}

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

{:nl2br($blocks['marketing_describe']['value'] ?? '')}

{php} $marketingLink = url('page/index', ['category_id'=>$marketingCId]); if(isset($blocks['marketing_background']['link']) && !empty($blocks['marketing_background']['link'])) { $marketingLink = $blocks['marketing_background']['link']; } {/php} 了解详情++
{$newsCenter['title'] ?? '新闻动态'}{$newsCenter['description'] ?? ''}
{if isset($newsList) && count($newsList) > 0} {foreach $newsList as $newsCate} {/foreach} {/if}