#set($map=$!gf_tools.generic_goods_list("$!obj.gf_list_goods"))
$!map.get("list_title")编辑+
#if($!map.get("goods1"))
#set($goods=$!map.get("goods1"))
#if($!goods.goods_main_photo) #set($img="$!webPath/$!{goods.goods_main_photo.path}/$!{goods.goods_main_photo.name}_small.$!{goods.goods_main_photo.ext}")
#else
#set($img="$!webPath/$!{config.goodsImage.path}/$!{config.goodsImage.name}")
#end
#end
#if($!map.get("goods2"))
#set($goods=$!map.get("goods2"))
#if($!goods.goods_main_photo) #set($img="$!webPath/$!{goods.goods_main_photo.path}/$!{goods.goods_main_photo.name}_small.$!{goods.goods_main_photo.ext}")
#else
#set($img="$!webPath/$!{config.goodsImage.path}/$!{config.goodsImage.name}")
#end
#end
#if($!map.get("goods3"))
#set($goods=$!map.get("goods3"))
#if($!goods.goods_main_photo) #set($img="$!webPath/$!{goods.goods_main_photo.path}/$!{goods.goods_main_photo.name}_small.$!{goods.goods_main_photo.ext}")
#else
#set($img="$!webPath/$!{config.goodsImage.path}/$!{config.goodsImage.name}")
#end
#end
$!gf_tools.generic_adv("$!url","$!obj.gf_right_adv")
编辑+