#foreach($goods in $goodsViewTools.sort_sale_goods("$!store.id",5))
#if($!goods.goods_main_photo)
#set($img="$!imageWebServer/$!{goods.goods_main_photo.path}/$!{goods.goods_main_photo.name}_small.$!{goods.goods_main_photo.ext}")
#else
#set($img="$!imageWebServer/$!{config.goodsImage.path}/$!{config.goodsImage.name}")
#end
-

- $!CommUtil.substring("$!{goods.goods_name}",8)¥$!{goods.store_price}出售:$!{goods.goods_salenum}笔
#end
#foreach($goods in $goodsViewTools.sort_collect_goods("$!store.id",5))
#if($!goods.goods_main_photo)
#set($img="$!imageWebServer/$!{goods.goods_main_photo.path}/$!{goods.goods_main_photo.name}_small.$!{goods.goods_main_photo.ext}")
#else
#set($img="$!imageWebServer/$!{config.goodsImage.path}/$!{config.goodsImage.name}")
#end
-

- $!CommUtil.substring("$!{goods.goods_name}",8)¥$!{goods.store_price}收藏:$!{goods.goods_collect}次
#end