{:L('_CATEGORY_')} -> {$category_name}
-> {$child_category_name}
-> {$content.goods_name}
{:W('Weibo/Share/shareBtn',array('param'=>array('img'=>$cover_path,'title'=>$content['goods_name'],'content'=>msubstr($content['goods_detail'],0,200),'from'=>$MODULE_ALIAS,'site_link'=>U('Shop/Index/goodsdetail',array('id'=>$content['id']))),'text'=>L('_STATION_SHARE_WITH_SINGLE_')))}
{:W('Common/Share/detailShare')}
{:W('Weibo/Share/shareBtn',array('param'=>array('img'=>$cover_path,'title'=>$content['goods_name'],'content'=>msubstr($content['goods_detail'],0,200),'from'=>$MODULE_ALIAS,'site_link'=>U('Shop/Index/goodsdetail',array('id'=>$content['id']))),'text'=>"站内分享"))}
{$content.goods_name}
{:L('_NEED_')}{$money_type.title}:
{$content.money_need} {$money_type.unit}
{:L('_NEED_')}{$money_type.title}:{$content.money_need} {$money_type.unit}
{:L('_STOCK_')}{:L('_COLON_')}{$content.goods_num}
{:L('_SOLD_')}{:L('_COLON_')}{$content.sell_num}
$class='';
if(is_login()){
if($my_money>=$vo['money_need']){
$class='open-popup-link';
}else{
$class='money_not_enough ';
}
}
{$content.goods_introduct}
{:L('_DELIVER_TIME_')}{:L('_COLON_')} {:date('Y-m-d',$content['createtime'])}
{:L('_UPDATE_TIME_')}{:L('_COLON_')} {:date('Y-m-d',$content['changetime'])}
{:L('_PRODUCT_DETAIL_')}
{$content.goods_detail}
{:hook('consult',array('table_name'=>'shop','row_id'=>$content['id'],'limit'=>20,'goods_uid'=>$content['uid'],'from_url'=>'Shop/Index/goodsDetail/id/'.$content['id'],'name'=>'积分商城'))}
{:hook('localComment', array('path'=>"Shop/goodsDetail/$content[id]", 'uid'=>$content['uid'],'this_url'=>'shop/index/goodsdetail'))}