{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}-
{if($comment.user.vip > 0)}{/if}
{comment:uname /}
{if condition="$article.user.id eq $comment.user_id"}({:lang('poster')}){/if}
{:hook('ipShow',$comment.user.city)}
{//加密未解密评论不可查看}
{if($article.read_type == 0 || (($article.read_type == 1) && $passJieMi))}
{comment:content}
{comment:zan /}赞
{:lang('reply')}
{//评论 编辑/删除/采纳/权限}
{if ((session('user_id') == $comment.user_id) && (getLimtTime($comment.create_time) < 2)) OR ($user.auth ?? '')}
{:lang('edit')}
{:lang('delete')}
{/if}
{else /}
评论解密后查看
{/if}
{comment:usign /}
{/article:comment}
评论已关闭!