{template 'head'}
{template 'menu'}
{template 'left'}
点赞
记录
id
活动名字
点赞人
时间
操作
{loop $fabulous['list'] $item}
{$item['id']}
{$item['name']}
{$item['nickname']}
{php echo date('Y-m-d H:i:s', $item['created'])}
删除
{/loop}
{$fabulous['pages']}
{template 'record'}
{template 'finally'}