{hcTaglib:nav cid="5" max-level="3" item="vo" sort="sort asc"}
{php}
// var_dump($current_cate);exit;
$onFlag = -1;
if($vo['category_id']==($current_cate['id'] ?? 0) || $vo['category_id'] == ($current_cate['parent_id'] ?? 0) ){
$onFlag = 1;
}
{/php}
-
{if !empty($vo['children'])}
{volist name="$vo.children" id="vv" }
- {$vv.title}
{/volist}
{/if}
{/hcTaglib:nav}