Showing
2 changed files
with
9 additions
and
0 deletions
@@ -46,6 +46,9 @@ | @@ -46,6 +46,9 @@ | ||
46 | {{#if isAdvanceBuy}} | 46 | {{#if isAdvanceBuy}} |
47 | <span class="sale-price">¥{{salesPrice}}</span> | 47 | <span class="sale-price">¥{{salesPrice}}</span> |
48 | {{/if}} | 48 | {{/if}} |
49 | + {{#if isGift}} | ||
50 | + <span class="sale-price">¥{{salesPrice}}</span> | ||
51 | + {{/if}} | ||
49 | </p> | 52 | </p> |
50 | {{#if isVipPrice}} | 53 | {{#if isVipPrice}} |
51 | <span class="vip"> | 54 | <span class="vip"> |
-
Please register or login to post a comment