<{if $data}>
<{foreach from=$data item=item}>
<{if $item.valuation == '1'}>
<{include file="topshop/shop/dlytmpl/weight.html"}>
<{elseif $item.valuation == '2'}>
<{include file="topshop/shop/dlytmpl/piece.html"}>
<{elseif $item.valuation == '3'}>
<{include file="topshop/shop/dlytmpl/money.html"}>
<{/if}>
<{/foreach}>
<{else}>
<{t}>请先添加运费模板<{/t}>
<{/if}>
<{pagers data=$pagers}>
<{if $total_found > 0}>
共 <{$total_found}> 条记录
<{/if}>