$!httpInclude.include("/top.htm") $!httpInclude.include("/store_head.htm?store_id=$!{store.id}") #set($banner="$!webPath/resources/style/shop/$!{store.template}/images/banner.jpg") #if($!store.store_banner) #set($banner="$!webPath/$!store.store_banner.path/$!store.store_banner.name") #end
$!httpInclude.include("/store_nav.htm?id=$!store.id&goods_list=true")
$!httpInclude.include("/store_left.htm?id=$!store.id")
包含“$!{keyword}”搜索结果
#if($!objs.size()>0)
#foreach($goods in $objs) #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
查看详情
¥$!goods.store_price
$!CommUtil.substring("$!goods.goods_name",28)
最近成交
$!goods.goods_salenum
笔
#end
#else
对不起,没有对应商品信息!
#end
$!gotoPageFormHTML
$!httpInclude.include("/footer.htm")