{if condition="is_login()"}

您好 {$UcenterMember.username} {$UcenterMember.level|default='vo'}普通会员 ,欢迎来到 yershop商城 [退出]

{else/}
嗨,欢迎光临yershop商城 [免费注册]
{/if}
{volist name="tree" id="vo" key="k" }
{volist name="vo.child" id="to" offset='0' length='4'} {$to.title}{if condition="$i lt 4 "}|{/if} {/volist}
    {volist name="vo.child" id="to" offset='0' length='6'}
  • {$to.title}
  • {/volist}
{/volist}