<{if $data}>
<{foreach from=$data item=item}>
<{if $item.is_free}>
<{assign var="dlytmpl_type" value='0'}>
<{include file="topshop/shop/dlytmpl/is_free.html"}>
<{break}>
<{/if}>
<{/foreach}>
<{/if}>
<{if $dlytmpl_type != '0' }>
<{t}>暂无数据<{/t}>
<{/if}>
<{if $data}>
<{foreach from=$data item=item}>
<{if !$item.is_free && $item.valuation == '1'}>
<{assign var="dlytmpl_type" value=1}>
<{include file="topshop/shop/dlytmpl/weight.html"}>
<{break}>
<{/if}>
<{/foreach}>
<{/if}>
<{if $dlytmpl_type != '1' }>
<{t}>暂无数据<{/t}>
<{/if}>
<{if $data}>
<{foreach from=$data item=item}>
<{if !$item.is_free && $item.valuation == '2'}>
<{assign var="dlytmpl_type" value=2}>
<{include file="topshop/shop/dlytmpl/piece.html"}>
<{break}>
<{/if}>
<{/foreach}>
<{/if}>
<{if $dlytmpl_type != '2' }>
<{t}>暂无数据<{/t}>
<{/if}>
<{if $data}>
<{foreach from=$data item=item}>
<{if !$item.is_free && $item.valuation == '3'}>
<{assign var="dlytmpl_type" value=3}>
<{include file="topshop/shop/dlytmpl/money.html"}>
<{break}>
<{/if}>
<{/foreach}>
<{/if}>
<{if $dlytmpl_type != '3' }>
<{t}>暂无数据<{/t}>
<{/if}>