You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

28 lines
1.2 KiB

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- {if $new_goods} -->
<div id="dome4">
<div class="done-warp">
<ul>
<!--{foreach from=$new_goods item=goods}-->
<li>
<div class="done-img"><a href="{$goods.url}" target="_blank"><img src="{$goods.thumb}" title="{$goods.name|escape:html}" width="136" height="136" /></a></div>
<div class="done-name"><a href="{$goods.url}" target="_blank" title="{$goods.name|escape:html}">{$goods.short_style_name}</a></div>
<div class="done-price">
<span class="shop-price">
{if $goods.promote_price neq ''}
{$goods.promote_price}
{else}
{$goods.shop_price}
{/if}
</span>
<span class="original-price">{$goods.market_price}</span>
</div>
</li>
<!--{/foreach}-->
</ul>
<a href="javascript:void(0);" class="done-prev"></a>
<a href="javascript:void(0);" class="done-next"></a>
</div>
</div>
<!-- {/if} -->