Authored by dongjunjie

Merge branch 'testBLK' into portal_dev_4.9

... ... @@ -100,7 +100,7 @@
<div class="productList canEdit" data-dialogid="newProducts">
<ul>
[[if resources.newProducts.data.length > 0]]
[[if resources.hotProducts.data.length > 4 && resources.newProducts.data.length < 8]]
[[if resources.newProducts.data.length < 8]]
[[each resources.newProducts.data as item _index]]
[[if _index < 4]]
<li>
... ... @@ -139,7 +139,7 @@
<div class="productList canEdit" data-dialogid="hotProducts">
<ul>
[[if resources.hotProducts.data.length > 0]]
[[if resources.hotProducts.data.length > 3 && resources.hotProducts.data.length < 6]]
[[if resources.hotProducts.data.length < 6]]
[[each resources.hotProducts.data as item _index]]
[[if _index < 3]]
<li>
... ...
... ... @@ -100,7 +100,7 @@
<div class="productList canEdit" data-dialogid="newProducts">
<ul>
[[if resources.newProducts.data.length > 0]]
[[if resources.hotProducts.data.length > 4 && resources.newProducts.data.length < 8]]
[[if resources.newProducts.data.length < 8]]
[[each resources.newProducts.data as item _index]]
[[if _index < 4]]
<li>
... ... @@ -139,7 +139,7 @@
<div class="productList canEdit" data-dialogid="hotProducts">
<ul>
[[if resources.hotProducts.data.length > 0]]
[[if resources.hotProducts.data.length > 3 && resources.hotProducts.data.length < 6]]
[[if resources.hotProducts.data.length < 6]]
[[each resources.hotProducts.data as item _index]]
[[if _index < 3]]
<li>
... ...