联系官方销售客服
1835022288
028-61286886
{php $user=dr_member_info($t.uid);}
{if $user.is_admin}
<span class="label label-success" style="font-size: 12px">官方</span> {$t.author}
{elseif $user.author}
<span class="label label-primary" style="font-size: 12px">发布者</span> {$t.author}
{else}
<span class="label label-warning" style="font-size: 12px">网友</span> {$t.author}
{/if}
这是前台判断评论时的语句,在评论列表里,请问一下我要判断如果是这篇文章的作者评论的话就显示“发布者”,应该怎么写?
我的代码如下:
完美解决