【{$gift_info['gift_name']}】
- 单价:{$gift_info['gift_score']} 积分
- {if(!empty($gift_info['gift_total']))}总数量:{$gift_info['gift_total']}份,{/if}已兑换:{$gift_info['gift_num']}份
{if(!empty($gift_info['gift_total_day']))}- 今日限兑:{$gift_info['gift_total_day']}份,今日已兑:{$gift_info['gift_num_today']}份
{/if}
{if(!empty($gift_info['opentime']))}- 兑换时间:
{foreach($gift_info['opentime'] as $item=>$key)}
{$key}
{/foreach}
{/if}
{if(cls_obj::get("cls_user")->is_login())}
立即兑换
{else}
点击登录
{/if}
礼品详情
{$gift_info['gift_desc']}
{include(label.footer)}