Authored by 郭成尧

giftCards-count

... ... @@ -128,7 +128,7 @@
</li>
{{!-- 礼品卡 --}}
{{#if isOrdinaryCart}}
{{#ifand isOrdinaryCart giftCards.count}}
<li class="gift-card">
<a href="{{choseGiftCard}}">
<span class="title">礼品卡</span>
... ... @@ -140,7 +140,7 @@
{{/giftCards}}
</a>
</li>
{{/if}}
{{/ifand}}
{{!-- 发票 --}}
{{#if invoice}}
... ...