$!httpInclude.include("/store_left.htm?id=$!store.id")
#if($store.slides.size()>0)
#foreach($slide in $store.slides)
$!{velocityCount}
#end
#else
1234 #end
更多推荐商品
#foreach($goods in $goods_recommend)
#if($!goods.goods_main_photo)
#set($img="$!imageWebServer/$!{goods.goods_main_photo.path}/$!{goods.goods_main_photo.name}")
#else
#set($img="$!imageWebServer/$!{config.goodsImage.path}/$!{config.goodsImage.name}")
#end
#end
更多新品上市
#foreach($goods in $goods_new)
#if($!goods.goods_main_photo)
#set($img="$!imageWebServer/$!{goods.goods_main_photo.path}/$!{goods.goods_main_photo.name}")
#else
#set($img="$!imageWebServer/$!{config.goodsImage.path}/$!{config.goodsImage.name}")
#end
#end