$!httpInclude.include("/top.htm")
$!httpInclude.include("/head.htm?type=$!type") $!httpInclude.include("/nav1.htm")
当前位置:
首页
>
热卖商品
#if($!objs) #foreach($obj in $objs) #if($!obj.goods_main_photo) #set($img="$!imageWebServer/$!{obj.goods_main_photo.path}/$!{obj.goods_main_photo.name}") #else #set($img="$!imageWebServer/$!{config.goodsImage.path}/$!{config.goodsImage.name}") #end
¥$!{obj.goods_price}
¥
$!{obj.goods_current_price}
$!CommUtil.substring("$!obj.goods_name",30)
月销量
$!{obj.goods_salenum}
|
累计评价:$!{obj.evaluates.size()}
$!{obj.goods_store.store_name}
#end #else
对不起,没有对应的数据!
#end
$!gotoPageFormHTML
$!httpInclude.include("/footer.htm")