cart-promotion-info.hbs 462 Bytes
<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 isNotReach}}
        <a class="btn-clear blue order-pay-link" target="_blank" href="{{promotionPageUrl}}">去凑单&nbsp;<i class="iconfont">&#xe6ef;</i></a>
    {{/if}}

</div>