{include file="common/head"} {include file="common/header"}

{$article.title}

{:portrait($article.user_id)}

{$article.users.username} {if $article.tags} {volist name=":explode(',',$article.tags)" id="item"}{$item}{/volist}{/if}

发布时间:{:range_time($article.create_time)}阅读({$article.visits})


{if $article.status eq 'check'}
文章正在审核中 ,仅您自己可见。
{/if} {if $article.remove}
文章已被删除 ,仅您自己可见。
{/if}
{if $article.summary}
摘要:{$article.summary}
{/if}
{$article.content|raw}
{if $article.remove eq 0}
喜欢({$article.praise})
{if $loginUser.isLogin} {if $article.user_id eq $loginUser.uid || admin_check('thread.edit')} 编辑{/if} {if $article.user_id eq $loginUser.uid || admin_check('thread.remove')} 删除{/if} {/if} {if $article.iscollect} 已收藏 {else} 收藏 {/if} 举报 {if miniapp() neq true} 分享{/if} {if admin_check('thread.top')} {if $article.top} 取消置顶{else} 置顶{/if} {/if} {if admin_check('thread.recommend')} {if $article.recommend} 取消推荐{else} 推荐{/if} {/if} {if $article.status eq 'check' && admin_check('thread.check')} 审核通过 {/if} {if $article.client}来自:{$article.client}客户端{/if}
{/if}
{:load_advert('ArticlePageCentre')}
发表评论
{:hook('article_show_comment_form_item')}
{$comment->total()}条评论
    {include file="unify/comment"}
{:hook('article_show_right_top_extra')}
其他类似文章
{include file="common/right"}
{include file="common/footer"} {:hook('article_show_bottom_extra')}