bhq@iemsoft.cn
2018-11-27 e2b48dac099e43f4b3243cdf19a7522e4b5eccbe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- {if $hot_goods} -->
<div class="product_value">
<h2>热卖单品 精挑细选</h2>
      <ul>
      <!--{foreach from=$hot_goods item=hotgoods}-->
        <li> 
        <a href="{$hotgoods.url}"> <span> 
        <img src="{$option.static_path}{$hotgoods.thumb}" srcset="{$option.static_path}{$hotgoods.thumb}" srcd="{$option.static_path}{$hotgoods.thumb}" loaded="no"> </span> 
        <span class="p_info">{$hotgoods.name|truncate:15}</span> 
        <span class="price">     {if $hotgoods.is_exclusive} <div class="best_phone">手机专享</div>{/if}
{if $hotgoods.final_price}{$hotgoods.final_price}{elseif  $hotgoods.promote_price}{$hotgoods.promote_price}{else}{$hotgoods.shop_price}{/if}
 </span> </a> </li>
       <!-- {/foreach} -->
      </ul>
 
      </div>
<!-- {/if} -->