Showing
1 changed file
with
12 additions
and
12 deletions
@@ -2,24 +2,24 @@ | @@ -2,24 +2,24 @@ | ||
2 | <div class="good-info {{#if @root.saleViplogin}}sale-vip{{/if}}" data-good-id="{{product_id}}" data-id="{{product_skn}}" data-bp-id="guang_goodList_{{product_name}}_false"> | 2 | <div class="good-info {{#if @root.saleViplogin}}sale-vip{{/if}}" data-good-id="{{product_id}}" data-id="{{product_skn}}" data-bp-id="guang_goodList_{{product_name}}_false"> |
3 | <div class="tag-container clearfix"> | 3 | <div class="tag-container clearfix"> |
4 | {{# tags}} | 4 | {{# tags}} |
5 | - {{# is_new}} | 5 | + {{# isNew}} |
6 | <p class="good-tag new-tag">NEW</p> | 6 | <p class="good-tag new-tag">NEW</p> |
7 | - {{/ is_new}} | ||
8 | - {{# is_hot}} | 7 | + {{/ isNew}} |
8 | + {{# isHot}} | ||
9 | <p class="good-tag hot-tag">HOT</p> | 9 | <p class="good-tag hot-tag">HOT</p> |
10 | - {{/ is_hot}} | ||
11 | - {{# is_advance}} | 10 | + {{/ isHot}} |
11 | + {{# isAdvance}} | ||
12 | <p class="good-tag renew-tag">再到着</p> | 12 | <p class="good-tag renew-tag">再到着</p> |
13 | - {{/ is_advance}} | ||
14 | - {{# is_discount}} | 13 | + {{/ isAdvance}} |
14 | + {{# isDiscount}} | ||
15 | <p class="good-tag sale-tag">SALE</p> | 15 | <p class="good-tag sale-tag">SALE</p> |
16 | - {{/ is_discount}} | ||
17 | - {{# is_yohood}} | 16 | + {{/ isDiscount}} |
17 | + {{# isYohood}} | ||
18 | <p class="good-tag new-festival-tag">新品节</p> | 18 | <p class="good-tag new-festival-tag">新品节</p> |
19 | - {{/ is_yohood}} | ||
20 | - {{# is_limited}} | 19 | + {{/ isYohood}} |
20 | + {{# isLimited}} | ||
21 | <p class="good-tag limit-tag">限量商品</p> | 21 | <p class="good-tag limit-tag">限量商品</p> |
22 | - {{/ is_limited}} | 22 | + {{/ isLimited}} |
23 | {{/ tags}} | 23 | {{/ tags}} |
24 | </div> | 24 | </div> |
25 | <div class="good-detail-img"> | 25 | <div class="good-detail-img"> |
-
Please register or login to post a comment