{$article.title}
{notempty name="$article.upzip"}
{/notempty}
{/if}
{//解密文件}
{empty name="passJieMi"}
{if($article.read_type == 1)}
阅读请解密
{/if}
{/empty}
{notempty name="tags"}
标签
{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}
{volist name="comments['data']" id="vo" empty= ""}-
{if($vo.user.vip > 0)}{/if}
{$vo.user.nickname ?: $vo.user.name}
{if condition="$article.user.id eq $vo.user.id"}({:lang('poster')}){/if}
{:hook('ipShow',$vo.user.city)}
{if $vo.cai == 1}{/if}
{$vo.content|raw}
{$vo.zan}赞
{:lang('reply')}
{//评论 编辑/删除/采纳/权限}
{if ((session('user_id') == $vo.user.id) && (getLimtTime($vo.create_time) < 2)) OR ($user.auth ?? '')}
{:lang('edit')}
{:lang('delete')}
{/if} {if ($vo.cai == 0) && ((session('user_id') == $article.user_id) OR ($user.auth ?? '')) && ($article.jie == 0)/}
{:lang('accept')}
{/if}
{$vo.user.sign|raw}
{/volist}
评论已关闭!