{include file="style"} {include file="header"}
{:ad(2)}

{$c.name}

    {volist name=":json_m($c.m,$c.id,array('a.open'=>1),'id desc',10,true)" id="vo" empty="

    无数据

    "}
  • {$vo.title}

    {:cut($vo.description,100)}

    {$vo.laiyuan} {$vo.time|times} {$vo.view}
  • {/volist}
{:json_m($c.m,$c.id,array('a.open'=>1),'id desc',10,true)->render()}

同类热门

    {volist name=":json_m($c.m,$c.id,array('a.open'=>1),'view desc',10,false)" id="vo"}
  • {$i}{$vo.title}
  • {/volist}
{if 1==2}

推荐信息

    {volist name=":json_m($c.m,$c.id,array('a.open'=>1),'settop desc',10,false)" id="vo"}
  • {$i}{$vo.title}
  • {/volist}
{/if}
{include file="footer"}