• 会员专区
  • |
  • 人才招聘
  • |
  • |
  • 服务热线: 400-8877-650

  • |
    {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}
  • {$vo.title}

    {if !empty($vo['children'])}
    {volist name="$vo.children" id="vv" } {php} $onSubFlag = 0; if(($vv['category']['id'] ?? -1) != ($current_cate['id'] ?? 0)){ $onSubFlag = 1; } {/php}
    {$vv.title}
    {/volist}
    {/if}
  • {/hcTaglib:nav}