...
|
...
|
@@ -2,7 +2,6 @@ |
|
|
<div class="good-detail-page yoho-page">
|
|
|
<div class="banner-container">
|
|
|
<div class="tag-container">
|
|
|
<!-- <p class="good-tag new-tag">NEW</p> -->
|
|
|
{{# tags}}
|
|
|
{{# is_new}}
|
|
|
<p class="good-tag new-tag">NEW</p>
|
...
|
...
|
@@ -14,7 +13,7 @@ |
|
|
<p class="good-tag sale-tag">SALE</p>
|
|
|
{{/ is_discount}}
|
|
|
{{# is_yohoood}}
|
|
|
<div class="good-tag yohood-tag"></div>
|
|
|
<div class="good-tag yohood-tag">新品节</div>
|
|
|
{{/ is_yohoood}}
|
|
|
{{# is_limited}}
|
|
|
<p class="good-tag limit-tag">限量商品</p>
|
...
|
...
|
|