调用方法:where={v.catid='57'} catid后面引号里是指定栏目的ID号 下面这代码是以产品为例
<!--{assign var='newproduct' value=vo_list("mod={product} num={10} where={v.catid='57'}")}-->
<!--{foreach $newproduct as $volist}-->
<li><a href="<!--{$volist.url}-->" title="<!--{$volist.productname}-->"><img src="<!--{$volist.thumbfiles}-->" /></a></li>
<!--{/foreach}-->