bhq@iemsoft.cn
2018-11-27 e2b48dac099e43f4b3243cdf19a7522e4b5eccbe
1
2
3
4
5
6
7
8
9
10
11
12
13
 
      {if $goods.goods_id}
          <li>
            <a href="{$goods.url}">
            <h2>
            <img class="err-product" src="{$goods.goods_thumb}" alt="{$goods.goods_name|escape:html}"></h2>
              <dl>
            <dt>{$goods.goods_style_name}</dt>
            <dd>{$goods.exchange_integral}积分<em></em></dd>
              </dl>
            </a>
        </li>
        {/if}