Authored by dongjunjie

Merge branch 'testBLK' into portal_dev_4.9

... ... @@ -101,10 +101,12 @@
<ul>
[[if resources.newProducts.data.length > 0]]
[[each resources.newProducts.data as item _index]]
[[if _index < 8]]
<li>
<img src="[[item.src]]">
<div class="productInfo"><a href="javascript:">[[item.productName]]</a><b>¥[[item.salesPrice]]</b></div>
</li>
[[/if]]
[[/each]]
[[else]]
<li>
... ...
... ... @@ -101,10 +101,12 @@
<ul>
[[if resources.newProducts.data.length > 0]]
[[each resources.newProducts.data as item _index]]
[[if _index < 8]]
<li>
<img src="[[item.src]]">
<div class="productInfo"><a href="javascript:">[[item.productName]]</a><b>¥[[item.salesPrice]]</b></div>
</li>
[[/if]]
[[/each]]
[[else]]
<li>
... ...