{include file='index/_header.html'}
{php $list=db($topic['model_table'])->cache()->field('content', true)->where($page_where)->where('status=1')->order('sort ASC,id DESC')->paginate(6)}
    {foreach $list as $vo}
  • {$vo.title}

    {$vo.update_time|date='Y-m-d'} {:echo($topic['sub_nav'][$vo['tid']]['title'])} {if $vo['price']>0:}¥{$vo.price}{else:}免费{/if}
  • {/foreach}
{$list->links()}
{empty $list->toArray():}
本分类下无任何数据!
{/empty}
{!empty $topic['sub_nav']:}
    {foreach $topic['sub_nav'] as $sub}
  • {$sub.title}
  • {/foreach}
{/empty}

联系

{include file='index/_footer.html'}