{template 'head'}
{template 'menu'}

抽奖投诉管理

{loop $luckComplaint['list'] $item} {/loop}
id 抽奖id 投诉人 投诉内容 时间
{$item['id']} {$item['luck_id']} {$item['name']} {$item['content']} {php echo date('Y-m-d H:i:s',$item['created'])}
{$luckComplaint['pages']}
{template 'record'}
{template 'finally'}