所有分类
|
#foreach($nav in $navs)
$!nav.title
#end
我的闲置
出售中:
$!selling
件
下架中:
$!down
件
违规中:
$!drops
件
发布宝贝
#foreach($sgc in $sgcs)
#foreach($child in $sgc.childs)
$!child.className
#end
#foreach($child in $sgc.childs) #if($!child.childs.size()>0)
$!child.className
#if($!child.childs.size()>0)
#foreach($c in $child.childs)
$!c.className
#end
#end
#end #end
#end