...
|
...
|
@@ -27,7 +27,7 @@ |
|
|
|
|
|
{{# commonCart}}
|
|
|
<div class="cart-content common">
|
|
|
{{> shopping-cart/cart-content}}
|
|
|
{{> cart/cart-content}}
|
|
|
</div>
|
|
|
{{/ commonCart}}
|
|
|
|
...
|
...
|
@@ -38,26 +38,12 @@ |
|
|
<span class="txt">预售商品全场包邮,到货后立即发货</span>
|
|
|
<span class="txt">预售商品不参加活动,不可使用优惠券</span>
|
|
|
</p>
|
|
|
{{> shopping-cart/cart-content}}
|
|
|
{{> cart/cart-content}}
|
|
|
</div>
|
|
|
{{/ preSellCart}}
|
|
|
|
|
|
{{/ shoppingCart}}
|
|
|
</div>
|
|
|
<div id="advanceBuy" class="shopping-cart-page yoho-page hide">
|
|
|
{{# shoppingCart}}
|
|
|
{{# commonCart}}
|
|
|
{{# advanceBuy}}
|
|
|
<span>
|
|
|
{{promotionTitle}}
|
|
|
</span>
|
|
|
{{# goods}}
|
|
|
{{> shopping-cart/gift-advance-good}}
|
|
|
{{/ goods}}
|
|
|
{{/ advanceBuy}}
|
|
|
{{/ commonCart}}
|
|
|
{{/ shoppingCart}}
|
|
|
</div>
|
|
|
|
|
|
<div class="shopping-cart-zero yoho-page hide">
|
|
|
<div class="cart-zero">
|
...
|
...
|
@@ -68,5 +54,5 @@ |
|
|
{{> product/recommend-for-you}}
|
|
|
</div>
|
|
|
|
|
|
{{> shopping-cart/chose-panel}}
|
|
|
{{> cart/chose-panel}}
|
|
|
{{> layout/footer}} |
...
|
...
|
|