{article:title /}
{notempty name="$article.upzip"}
{/notempty}
{/if}
{//解密文件}
{empty name="passJieMi"}
{if($article.read_type == 1)}
标签
{volist name="tags" id="vo" }
{$vo.name}
{/volist}
{/notempty}
{$sysInfo.state|raw}
点赞 {:count($userZanList)}
{volist name="userZanList" id="vo" }
{/volist}
# 上一篇: {$previous|raw}
# 下一篇: {$next|raw}
{notempty name="relationArticle"}
{/notempty}
{article:comment}-
{comment:uname /}
{if condition="$article.user_id eq $comment.user_id"}({:lang('poster')}){/if}
{comment:usign /}
{:hook('ipShow',$comment.user.city)}
{//加密未解密评论不可查看}
{if($article.read_type == 0 || (($article.read_type == 1) && $passJieMi))}
{comment:content /}
{eq name="comment.delete_time" value="0"}
{comment:zan /}
{:lang('reply')}
{//评论编辑删除采纳权限}
{if ((session('user_id') == $comment.user_id) && (getLimtTime($comment.create_time) < 2)) OR ($user.auth ?? '')}
{:lang('edit')}
{:lang('delete')}
{/if}
{/eq}
{// 第二层回复}
{notempty name="$comment.children"}
{volist name="$comment.children" id="vo"}
{$vo.user.name} {$vo.create_time|date='Y-m-d H:i'}
{$vo.content|raw}
{eq name="vo.delete_time" value="0"}
{$vo.zan}
{:lang('reply')}
{//评论编辑删除采纳权限}
{if ((session('user_id') == $vo.user.id) && (getLimtTime($vo.create_time) < 2)) OR ($user.auth ?? '')}
{:lang('edit')}
{:lang('delete')}
{/if}
{/eq}
{// 第三层回复}
{notempty name="$vo.children"}
{volist name="$vo.children" id="voo"}
{$voo.user.name} 回复 {$voo.touser} {$voo.create_time|date='Y-m-d H:i'}
{$voo.content|raw}
{eq name="voo.delete_time" value="0"}
{$voo.zan}
{:lang('reply')}
{//评论编辑删除采纳权限}
{if ((session('user_id') == $voo.user.id) && (getLimtTime($voo.create_time) < 2)) OR ($user.auth ?? '')}
{:lang('edit')}
{:lang('delete')}
{/if}
{/eq}
{/volist}
{/notempty}
{/volist}
{/notempty}
{else /}
解密后查看内容
{/if}
{/article:comment}
评论已关闭!