{include file="app/index/view/style.html"}
{include file="app/index/view/header.html"}
{volist name=":fun_p('shoucang',array('open'=>1,'uid'=>user('id')),30,'id desc')" id="vs"} {/volist}
{:fun_p('shoucang',array('open'=>1,'uid'=>user('id')),30,'id desc')->render()}
{include file="app/index/view/right.html"}

{volist name=":fun_s('cate_admin', array('tid'=>102,'open1'=>2,'open'=>1), 1000,'px desc')" id="v"} {$v.name} {/volist}

{:set('banquan')}
    {volist name=":fun_s('model','open=1',100,'id desc',0)" id="vo"}
  • {$vo.name}
  • {/volist}
{include file="app/index/view/footer.html"}