Authored by htoooth

Merge remote-tracking branch 'origin/release/6.2' into release/6.2

@@ -26,13 +26,9 @@ @@ -26,13 +26,9 @@
26 <div class="pre-sell pre-sell-title"> 26 <div class="pre-sell pre-sell-title">
27 <i class="cart-item-check iconfont {{#isChecked}}cart-item-checked{{/isChecked}}" data-role="cart-item-check"></i> 27 <i class="cart-item-check iconfont {{#isChecked}}cart-item-checked{{/isChecked}}" data-role="cart-item-check"></i>
28 <code>预售商品</code> 28 <code>预售商品</code>
29 - {{#if isShippingCostFree}}  
30 - 预售商品不参加活动,不可使用优惠券,不同上市期的商品我们将为您先到先发。  
31 - {{^}}  
32 预售商品购物须知 <i class="iconfont hover-tip">&#xe6c9; 29 预售商品购物须知 <i class="iconfont hover-tip">&#xe6c9;
33 <p class="tip-text">预售商品不参加活动,不可使用优惠券,不同上市期的商品我们将为您先到先发。</p> 30 <p class="tip-text">预售商品不参加活动,不可使用优惠券,不同上市期的商品我们将为您先到先发。</p>
34 </i>{{tips}} 31 </i>{{tips}}
35 - {{/if}}  
36 <a class="btn-clear blue order-pay-link" target="_blank" href="{{../moreGoodsLink}}">{{#unless isShippingCostFree}}去凑单{{/unless}}&nbsp;<i class="iconfont">&#xe6ef;</i></a> 32 <a class="btn-clear blue order-pay-link" target="_blank" href="{{../moreGoodsLink}}">{{#unless isShippingCostFree}}去凑单{{/unless}}&nbsp;<i class="iconfont">&#xe6ef;</i></a>
37 </div> 33 </div>
38 34