#foreach($floor in $floors)
#set($floor_class = $!SpareGoodsTools.query_floorClass($!floor))
#foreach($f_class in $floor_class)
$!f_class.className #end
#foreach($sg in $floor.sgs)
#if($!velocityCount<=10)
#if($!sg.viewInFloor==true)
-
$!sg.title
¥$!sg.goods_price
#if($!sg.oldAndnew==1)
全新闲置
#end
#end
#end
#end
#end
#foreach($sgc in $sgcs)
#set($list_class = $!SpareGoodsTools.query_childclass($!sgc))
#foreach($class in $list_class)
$!class.className #end
#end
$!httpInclude.include("/footer.htm")