{include file='common/header' /}

{$user.nickname}

{$user.motto|default='欢迎浏览我的空间!'}

我的评论


{php} $m = \think\Loader::model('content/comment'); $data = $m -> with('tocontent') -> where(['comment.uid'=>$user['id']]) -> order('comment.id desc') -> paginate(5); $page = $data -> render(); {/php} {foreach name='data' item='vo'}
{switch name="vo.status" } {case value="99" break="1"}

审核中...

{$vo.create_time|date='Y-m-d H:i',###}

{/case} {case value="1" break="1"}

{$vo.content}

{$vo.create_time|date='Y-m-d H:i',###}

{/case} {default /}

未审核!

{$vo.create_time|date='Y-m-d H:i',###}

{/switch}

{/foreach} {$page}
{include file='common/footer' /}