{include file="public/mall_top" /} {include file="public/mall_header" /}
    {foreach name="brand_r" item="brand"}
  • {$brand.brand_name}
  • {/foreach}
{foreach name="brand_c" item="brand_c"}
{present name="brand_c.text"}
更多品牌: {foreach name="brand_c.text" item="brand"} {/foreach}
{/present}
{/foreach}
{include file="public/mall_server" /} {include file="public/mall_footer" /}