{include file='index@common/header' /}

{$content.title}

发布时间:[ {$content.create_time|date='Y-m-d H:i',###} ]   点击:[ {$content.click} ]

{if condition="$content['ext']['currency_on'] && check_app('superpay')"} {php} $buy = new \app\superpay\Buy(); //必填 $buy -> sign = 'content_'.$content['id']; //唯一标志 $buy -> price = $content['ext']['price']; //价格 $buy -> currency = $content['ext']['currency']; //货币类型 $buy -> title = '付费查看内容:'.$content['title']; //说明 //选填 $buy -> code_expire = 60; //支付代码有效期 单位秒 默认60秒 $buy -> expire = $content['ext']['expire']; //支付有效期 过期需要重新支付 0为无限期 默认无限期 {/php} {if condition="$buy -> need_buy"} {else/} {$content.body.body|htmlspecialchars_decode} {/if} {else/} {$content.body.body|htmlspecialchars_decode} {/if} {notempty name='content.tag'}

延伸阅读:{foreach name='content.tag' item='vo'} {$vo.tag}{/foreach}

    {php} $guanlian = $content -> relations() -> limit(10) -> select(); {/php} {foreach name='guanlian' item='vo'}
  1. {$vo.shorttitle}
  2. {/foreach}
{/notempty}
{if condition="check_app('user')"} {/if}
{include file='common/side' /}
{include file='index@common/footer' /}