Showing
1 changed file
with
2 additions
and
2 deletions
@@ -2,10 +2,10 @@ | @@ -2,10 +2,10 @@ | ||
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> | 5 | + <!-- <p class="good-tag new-tag">NEW</p> --> |
6 | {{# tags}} | 6 | {{# tags}} |
7 | {{# is_new}} | 7 | {{# is_new}} |
8 | - <!-- <p class="good-tag new-tag">NEW</p> --> | 8 | + <p class="good-tag new-tag">NEW</p> |
9 | {{/ is_new}} | 9 | {{/ is_new}} |
10 | {{# is_advance}} | 10 | {{# is_advance}} |
11 | <p class="good-tag renew-tag">再到着</p> | 11 | <p class="good-tag renew-tag">再到着</p> |
-
Please register or login to post a comment