新品节错误修改 --viewed by liangzhifeng
Showing
1 changed file
with
1 additions
and
2 deletions
@@ -2,7 +2,6 @@ | @@ -2,7 +2,6 @@ | ||
2 | <div class="good-detail-page yoho-page"> | 2 | <div class="good-detail-page yoho-page"> |
3 | <div class="banner-container"> | 3 | <div class="banner-container"> |
4 | <div class="tag-container"> | 4 | <div class="tag-container"> |
5 | - <!-- <p class="good-tag new-tag">NEW</p> --> | ||
6 | {{# tags}} | 5 | {{# tags}} |
7 | {{# is_new}} | 6 | {{# is_new}} |
8 | <p class="good-tag new-tag">NEW</p> | 7 | <p class="good-tag new-tag">NEW</p> |
@@ -14,7 +13,7 @@ | @@ -14,7 +13,7 @@ | ||
14 | <p class="good-tag sale-tag">SALE</p> | 13 | <p class="good-tag sale-tag">SALE</p> |
15 | {{/ is_discount}} | 14 | {{/ is_discount}} |
16 | {{# is_yohoood}} | 15 | {{# is_yohoood}} |
17 | - <div class="good-tag yohood-tag"></div> | 16 | + <div class="good-tag yohood-tag">新品节</div> |
18 | {{/ is_yohoood}} | 17 | {{/ is_yohoood}} |
19 | {{# is_limited}} | 18 | {{# is_limited}} |
20 | <p class="good-tag limit-tag">限量商品</p> | 19 | <p class="good-tag limit-tag">限量商品</p> |
-
Please register or login to post a comment