{foreach item=c from=$list}
{/foreach}
{$c.title}
{$c.description}
{foreach item=img from=$c.imgslist}
{/foreach}
{/foreach}
查看
编辑
删除