{include(label.header)}

刮刮卡

{if($lottery_info['award']['code']==0)}
刮奖区:
{if(isset($lottery_info['award']['id']) && $lottery_info['award']['id']>0)}{$lottery_info['award']['name']}{else}谢谢参与{/if}
{else}
温馨提示:{$lottery_info['award']['msg']}
{/if} {if(!empty($award_log))}
中奖记录
{foreach($award_log as $item)} Id:{$item['log_id']}, {$item['award_name']}, {$item['state']}
{/foreach}
{/if}
活动介绍
{$lottery_info['lottery_desc']}
奖项设置
{foreach($lottery_info['award_list'] as $item)} {$item['award_name']},数量:{$item['award_num_total']}
{/foreach}
{include(label.footer)}