产品中心
    #foreach($item in $ProductCategoryAll) #if($item.ParentID==0)
  • $item.Name

    #foreach($item2 in $ProductCategoryAll) #if($item2.ParentID==$item.ID) $item2.Name #end #end
  • #end #end