RAYNEN 睿能科技
    {php} $ui_nav_header = uiId('nav_header'); $ui_solution = uiId('solution'); {/php} {hcTaglib:nav cid="$ui_nav_header" max-level="2" item="vo" name="hc_mask_nav" sort="sort asc"} {php} $mask_title = $vo['title'] ?? ''; $mask_href = $vo['href'] ?? ''; $mask_cid = (int)($vo['category_id'] ?? 0); $mask_children = $vo['children'] ?? []; $mask_is_solution = ($mask_cid === $ui_solution); {/php} {if $mask_is_solution}
    • {hcTaglib:allSubCategory pid="$ui_solution" item="sol" sort=""} {php} $sol_children = $sol['children'] ?? []; $sol_has_children = !empty($sol_children); $sol_href = $sol['alias'] ?? ''; {/php} {if $sol_has_children}
      • {volist name="sol_children" id="sol2"}
      • {$sol2.title}
      • {/volist}
    • {else /}
    • {$sol.title}
    • {/if} {/hcTaglib:allSubCategory}
  • {elseif condition="!empty($mask_children)" /}
    • {volist name="mask_children" id="child"}
    • {$child.title}
    • {/volist}
  • {else /}
  • {$mask_title}
  • {/if} {/hcTaglib:nav}