...
|
...
|
@@ -94,28 +94,7 @@ |
|
|
{{#if promotionInfos}}
|
|
|
<div class="gift-sell mt20">
|
|
|
{{#promotionInfos}}
|
|
|
<div class="gift-sell-info"
|
|
|
data-role="promotion-wrap"
|
|
|
data-promotionid="{{promotionId}}">
|
|
|
<code class="order-pay-mark
|
|
|
{{#unless isReach}}order-pay-mark-white{{/unless}}">
|
|
|
{{tag}}
|
|
|
</code>{{promotionTitle}}
|
|
|
|
|
|
{{>mix/cart/cart-promotion-btn}}
|
|
|
|
|
|
{{!--{{#if isPriceGift}}
|
|
|
{{#if isNotReach}}
|
|
|
<a class="btn-clear blue order-pay-link" target="_blank" href="{{promotionPageUrl}}">去凑单 ></a>
|
|
|
{{/if}}
|
|
|
{{/if}}--}}
|
|
|
{{#if isNotReach}}
|
|
|
<a class="btn-clear blue order-pay-link" target="_blank" href="{{promotionPageUrl}}">去凑单 ></a>
|
|
|
{{/if}}
|
|
|
|
|
|
{{!--{{> cart-sel-gift-tpl }}--}}
|
|
|
{{!--<textarea data-role="gifts-cansel" class="hide" data-promotionid="{{promotionId}}">{{{giftGoodsListStr}}}</textarea>--}}
|
|
|
</div>
|
|
|
{{>mix/cart/cart-promotion-info}}
|
|
|
{{/promotionInfos}}
|
|
|
</div>
|
|
|
{{/if}}
|
...
|
...
|
@@ -175,8 +154,9 @@ |
|
|
|
|
|
{{#if hasGlobalBlock}}
|
|
|
<div class="gift-sell mt20">
|
|
|
{{#gifts}}
|
|
|
<div class="gift-sell-info"
|
|
|
{{#giftsPromotionInfos}}
|
|
|
{{>mix/cart/cart-promotion-info}}
|
|
|
{{!--<div class="gift-sell-info"
|
|
|
data-role="promotion-wrap"
|
|
|
data-promotionid="{{promotionId}}">
|
|
|
<code class="order-pay-mark">
|
...
|
...
|
@@ -192,18 +172,12 @@ |
|
|
<a href="javascript:void(0);"
|
|
|
class="order-pay-link"
|
|
|
data-role="pg-sel-btn">去换购</a>
|
|
|
|
|
|
{{!--<a class="btn-clear blue order-pay-link"
|
|
|
target="_blank" href="{{promotionPageUrl}}">去凑单 ></a>--}}
|
|
|
{{/if}}
|
|
|
|
|
|
{{!--{{> cart-sel-gift-tpl }}--}}
|
|
|
{{!--<textarea data-role="gifts-cansel" class="hide"
|
|
|
data-promotionid="{{promotionId}}">{{{giftGoodsListStr}}}</textarea>--}}
|
|
|
</div>
|
|
|
{{/gifts}}
|
|
|
{{#priceGifts}}
|
|
|
<div class="gift-sell-info"
|
|
|
</div>--}}
|
|
|
{{/giftsPromotionInfos}}
|
|
|
{{#priceGiftsPromotionInfos}}
|
|
|
{{>mix/cart/cart-promotion-info}}
|
|
|
{{!--<div class="gift-sell-info"
|
|
|
data-role="promotion-wrap"
|
|
|
data-promotionid="{{promotionId}}">
|
|
|
<code class="order-pay-mark">
|
...
|
...
|
@@ -222,16 +196,16 @@ |
|
|
|
|
|
<a class="btn-clear blue order-pay-link" target="_blank" href="{{promotionPageUrl}}">去凑单 ></a>
|
|
|
{{/if}}
|
|
|
|
|
|
{{!--{{> cart-sel-gift-tpl }}--}}
|
|
|
{{!--<textarea data-role="gifts-cansel" class="hide" data-promotionid="{{promotionId}}">{{{giftGoodsListStr}}}</textarea>--}}
|
|
|
</div>
|
|
|
{{/priceGifts}}
|
|
|
</div>--}}
|
|
|
{{/priceGiftsPromotionInfos}}
|
|
|
|
|
|
{{#promotionInfos}}
|
|
|
<p class="gift-sell-info">{{#if tag}}<code class="order-pay-mark">{{tag}}</code>{{/if}}{{promotionTitle}}
|
|
|
<!--<a class="btn-clear blue" data-together-id="6">去凑单 ></a>-->
|
|
|
</p>
|
|
|
{{#eq promotionId 0}}
|
|
|
<p class="gift-sell-info">{{#if tag}}<code class="order-pay-mark">{{tag}}</code>{{/if}}
|
|
|
{{promotionTitle}}
|
|
|
<!--<a class="btn-clear blue" data-together-id="6">去凑单 ></a>-->
|
|
|
</p>
|
|
|
{{/eq}}
|
|
|
{{/promotionInfos}}
|
|
|
</div>
|
|
|
{{/if}}
|
...
|
...
|
|