<{foreach item=list key=num from=$pro.prolist.info}>
<{if $num==0||$num%4==0}>
-
价格 : <{$list.price}> <{$config.money}>
立即购买<{$list.pname}>
<{elseif ($num+1)%4==0}>
-
价格 : <{$list.price}> <{$config.money}>
立即购买<{$list.pname}>
<{else}>
-
价格 : <{$list.price}> <{$config.money}>
立即购买<{$list.pname}>
<{/if}>
<{/foreach}>