<#macro categoryTree parentId=''> <@_categoryList parentId=parentId> <#list page.list as a>
  • ${a.name!} <#if a.childIds?has_content>
  • <#else>
  • 空目录
  • <#include "lookup_list.html"/>