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 $new_goods} -->
<div class="product_value">
      <h2>新品上市 尝鲜价</h2>
      <ul>
      <!--{foreach from=$new_goods item=newgoods}-->
        <li> 
        <a href="{$newgoods.url}"> <span> 
        <img src="{$option.static_path}{$newgoods.thumb}" srcset="{$option.static_path}{$newgoods.thumb}" srcd="{$option.static_path}{$newgoods.thumb}" loaded="no"> </span> 
        <span class="p_info">{$newgoods.name|truncate:15}</span> 
        <span class="price">
     {if $newgoods.is_exclusive} <div class="best_phone">手机专享</div>{/if}
{if $newgoods.final_price}{$newgoods.final_price}{elseif  $newgoods.promote_price}{$newgoods.promote_price}{else}{$newgoods.shop_price}{/if}</span> </a> </li>
       <!-- {/foreach} -->
      </ul>
 
      </div>
<!-- {/if} -->