全部商品分类
    #foreach($gc in $!gcs) #set($icon_img="$!webPath/resources/style/common/images/icon/default_icon.png")
  • #if($!gc.icon_type==0) #if($!gc.icon_sys!="") #set($icon_img="$!webPath/resources/style/common/images/icon/icon_$!{gc.icon_sys}.png") #end #else #if($!gc.icon_acc) #set($icon_img="$!webPath/$!gc.icon_acc.path/$!gc.icon_acc.name") #end #end $!gc.className
    $!gc.className
    #foreach($gc1 in $gc.childs) #if($!gc1.display)
    $!gc1.className
    #foreach($gc2 in $gc1.childs)#if($!gc2.display)$!gc2.className#end#end
    #end #end
  • #end
全部商品分类
    #set($navs=$!navTools.queryNav(0,-1)) #foreach($nav in $navs) #if($!CommUtil.indexOf("$!nav.url","http://")>=0) #set($url="$!nav.url") #else #set($url="$!webPath/$!{nav.url}") #end
  • $!{nav.title}
  • #end