#foreach($obja in $!objs)
#end
-
#set($j=0)
#foreach($child in $obja.navMini.childs)
#set($j=$j+1)
#if($j<6)
- $!{child.className} #end #end
-
#set($i=0)
#set($j=0)
#foreach($da in $obja.data)
#set($j=$j+1)
#if($j<8)
#if($!da.goods_main_photo)
#set($img="$!imageWebServer/$!{da.goods_main_photo.path}/$!{da.goods_main_photo.name}")
#else
#set($img="$!imageWebServer/$!{config.goodsImage.path}/$!{config.goodsImage.name}")
#end
#set($goods_url="$!webPath/goods_$!{da.id}.htm")
#if($!config.second_domain_open)
#set($goods_url="http://$!{da.goods_store.store_second_domain}.$!{domainPath}/goods_$!{da.id}.htm")
#end
#if($j==1)
- #else
- #end #end #end