{if '[type]'=='category'}
{foreach $category_tree as $v}
{if !empty($v.child)}
{foreach $v.child as $vv}
{/foreach}
{/if}
{/foreach}
{/if}
{if '[type]'=='area'}
{foreach $options as $v}
{if !empty($v.child)}
{foreach $v.child as $vv}
{/foreach}
{/if}
{/foreach}
{/if}