{block name='content'
}{/block}
{include file='index@Public:footer' } {include file='index@Public:aside' } - 总览
-
产品服务
-
{foreach name="webroutelist" item="v"} {if $v['child']}
-
{$v.title}
-
{foreach name="v['child']" item="var"}
- {$var.title} {/foreach}
{/if} {/foreach}
{foreach name="webroutelist" item="v"} {if $v['child']}
{foreach name="v['child']" item="var"}
-
{$v.title}
- {$var.title} {/foreach} {/if} {/foreach}
-
{$topRoute.title}
{foreach name="items" item="v"}
{if $childItems}
-
{$v.title}
-
{foreach name="childItems" item="var"}
- {$var.title} {/foreach}
{else/}
- {$v.title} {/if} {/foreach}