...
|
...
|
@@ -178,7 +178,11 @@ |
|
|
<!--新品上架-->
|
|
|
<div class="model-show">
|
|
|
<div class="model-showTitle">
|
|
|
[[if resources.newProducts.data.length > 0]]
|
|
|
<div class="showName"><span>新品上架 NEW</span></div>
|
|
|
[[else]]
|
|
|
<div class="showName model-editor" data-toggle="editor-newProduct" data-title="新品上架商品编辑"><span>新品上架 NEW</span></div>
|
|
|
[[/if]]
|
|
|
<div class="showTab model-editor" data-toggle="editor-newGoodTab" data-title="新品上架标签编辑">
|
|
|
<ul>
|
|
|
[[each resources.goodsTabBar.data.new as item _index]]
|
...
|
...
|
@@ -207,7 +211,11 @@ |
|
|
<!--人气单品-->
|
|
|
<div class="model-show">
|
|
|
<div class="model-showTitle">
|
|
|
[[if resources.hotProducts.data.length > 0]]
|
|
|
<div class="showName"><span>人气单品 NEW</span></div>
|
|
|
[[else]]
|
|
|
<div class="showName model-editor" data-toggle="editor-hotProduct" data-title="人气单品商品编辑"><span>人气单品 NEW</span></div>
|
|
|
[[/if]]
|
|
|
<div class="showTab model-editor" data-toggle="editor-hotGoodTab" data-title="人气单品标签编辑">
|
|
|
<ul>
|
|
|
[[each resources.goodsTabBar.data.hot as item _index]]
|
...
|
...
|
|