Authored by
刘传洋
m
...
|
...
|
@@ -117,31 +117,6 @@ |
|
|
</div>
|
|
|
{{/if}}
|
|
|
|
|
|
{{#if offShelves}}
|
|
|
<div class="mt20">
|
|
|
<div class="cart-table">
|
|
|
<ul class="table">
|
|
|
{{#offShelves}}
|
|
|
{{> mix/cart/cart-item}}
|
|
|
{{/offShelves}}
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
|
|
|
<!-- -->
|
|
|
{{#if soldOuts}}
|
|
|
<div class="mt20">
|
|
|
<div class="cart-table">
|
|
|
<ul class="table">
|
|
|
{{#soldOuts}}
|
|
|
{{> mix/cart/cart-item}}
|
|
|
{{/soldOuts}}
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
|
|
|
<!--可选的加价购商品 -->
|
|
|
<!--priceGifts-->
|
|
|
<!--可选择的赠品-->
|
...
|
...
|
@@ -166,6 +141,31 @@ |
|
|
{{/promotionInfos}}
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
|
|
|
{{#if offShelves}}
|
|
|
<div class="mt20">
|
|
|
<div class="cart-table">
|
|
|
<ul class="table">
|
|
|
{{#offShelves}}
|
|
|
{{> mix/cart/cart-item}}
|
|
|
{{/offShelves}}
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
|
|
|
<!-- -->
|
|
|
{{#if soldOuts}}
|
|
|
<div class="mt20">
|
|
|
<div class="cart-table">
|
|
|
<ul class="table">
|
|
|
{{#soldOuts}}
|
|
|
{{> mix/cart/cart-item}}
|
|
|
{{/soldOuts}}
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
</div>
|
|
|
{{/ordinaryCart}}
|
|
|
|
...
|
...
|
|