...
|
...
|
@@ -230,61 +230,7 @@ |
|
|
<div class="cart-table">
|
|
|
<ul class="table">
|
|
|
{{#goodsList}}
|
|
|
<li class="pre-sell-box tr {{#isChecked}}active{{/isChecked}}"
|
|
|
{{#if pid}}data-pid="{{pid}}"{{/if}}
|
|
|
{{#if id}}data-id="{{id}}"{{/if}}
|
|
|
{{#if skn}}data-skn="{{skn}}"{{/if}}
|
|
|
{{#if sku}}data-sku="{{sku}}"{{/if}}
|
|
|
{{#if productNum}}data-productnum="{{productNum}}"{{/if}}
|
|
|
{{#if goodsType}}data-goodstype="{{goodsType}}"{{/if}}>
|
|
|
<div class="pay-pro td" style="width: 45%;">
|
|
|
<input class="cart-item-check {{#isChecked}}cart-item-checked{{/isChecked}}"
|
|
|
readonly="readonly" data-goodstype="{{goodsType}}"
|
|
|
{{#if isChecked}}checked{{/if}}/>
|
|
|
<a class="pay-pro-icon" href="{{link}}" target="_blank">
|
|
|
<img src="{{imgCover}}">
|
|
|
<span class="incentive red">预售</span>
|
|
|
</a>
|
|
|
<p class="pay-pro-info">
|
|
|
<a href="{{link}}" target="_blank">{{productTitle}}</a>
|
|
|
<span><b title="{{productColor}}">颜色:红色{{productColor}}</b> 尺码:{{productSize}}</span>
|
|
|
</p>
|
|
|
</div>
|
|
|
<div class="product-price td" style="width:17%;">¥{{productPrice}}
|
|
|
{{#if promotionInfos}}
|
|
|
<div class="sale-info">
|
|
|
<span class="sale-info-title">促销信息<i></i></span>
|
|
|
<ul class="none">
|
|
|
{{#promotionInfos}}
|
|
|
<li>{{promotionTitle}}<a href="#">去换购</a></li>
|
|
|
{{/promotionInfos}}
|
|
|
</ul>
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
</div>
|
|
|
<div style="width:10%;" class="adjust-cart-num td">
|
|
|
{{#if isGift}}
|
|
|
<div>{{productNum}}</div>
|
|
|
{{^}}
|
|
|
{{#if isPriceGift}}
|
|
|
<div>{{productNum}}</div>
|
|
|
{{^}}
|
|
|
<div class="cart-num-cont">
|
|
|
<span class="minus"></span>
|
|
|
<input type="text" value="{{productNum}}" readonly="readonly"/>
|
|
|
<span class="plus"></span>
|
|
|
</div>
|
|
|
|
|
|
<p class="tip-message {{#isTipNoStore}}tipNoStore{{/isTipNoStore}}">{{tipMessage}}</p>
|
|
|
{{/if}}
|
|
|
{{/if}}
|
|
|
</div>
|
|
|
<div style="width:17%;" class="sub-total red td">¥{{productSubtotal}}</div>
|
|
|
<div style="width:11%;" class="cart-operation td">
|
|
|
<span class="cart-del-btn">删除</span>
|
|
|
<span class="cart-col-btn">移入收藏</span>
|
|
|
</div>
|
|
|
</li>
|
|
|
{{> cart-item}}
|
|
|
{{/goodsList}}
|
|
|
</ul>
|
|
|
</div>
|
...
|
...
|
@@ -299,23 +245,25 @@ |
|
|
<!-- -->
|
|
|
{{#if offShelves}}
|
|
|
{{#offShelves}}
|
|
|
|
|
|
{{> cart-item}}
|
|
|
{{/offShelves}}
|
|
|
{{/if}}
|
|
|
|
|
|
<!-- -->
|
|
|
{{#if soldOuts}}
|
|
|
{{#soldOuts}}{{/soldOuts}}
|
|
|
{{#soldOuts}}
|
|
|
{{> cart-item}}
|
|
|
{{/soldOuts}}
|
|
|
{{/if}}
|
|
|
|
|
|
<!-- 全场已选择的 加价购+赠品 -->
|
|
|
{{#if goodsList}}
|
|
|
{{#each goodsList}}
|
|
|
|
|
|
{{> cart-item}}
|
|
|
{{/each}}
|
|
|
{{/if}}
|
|
|
|
|
|
<div class="cart-table">
|
|
|
<d<!--iv class="cart-table">
|
|
|
<ul class="table">
|
|
|
<li class="pre-sell-box tr" {{#if pid}}data-pid="{{pid}}"{{/if}} {{#if id}}data-id="{{id}}"{{/if}} {{#if skn}}data-skn="{{skn}}"{{/if}} {{#if sku}}data-sku="{{sku}}"{{/if}} {{#if productNum}}data-productnum="{{productNum}}"{{/if}} {{#if goodsType}}data-goodstype="{{goodsType}}"{{/if}}>
|
|
|
<div class="pay-pro td" style="width: 45%;">
|
...
|
...
|
@@ -408,10 +356,10 @@ |
|
|
</div>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>-->
|
|
|
|
|
|
<!-- 折扣 -->
|
|
|
<div class="gift-sell mt20">
|
|
|
<!--<div class="gift-sell mt20">
|
|
|
<p><code>折扣</code>【New Balance】活动商品已购满2件,享优惠¥261.00<button class="btn-clear" data-together-id="3" >去凑单 ></button></p>
|
|
|
</div>
|
|
|
<div class="cart-table">
|
...
|
...
|
@@ -492,9 +440,9 @@ |
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
|
|
|
-->
|
|
|
<!-- 折扣 赠品 -->
|
|
|
<div class="gift-sell mt20">
|
|
|
<!--<div class="gift-sell mt20">
|
|
|
<p><code class="order-pay-mark-white">折扣</code>【New Balance】活动商品已购满2件,享优惠¥261.00<button class="btn-clear" data-together-id="4" >去凑单 ></button></p>
|
|
|
<p><code>赠品</code>【Life·After Life】活动商品已购满1件,可领取赠品<a>领赠品</a><button class="btn-clear" data-together-id="5" >去凑单 ></button></p>
|
|
|
</div>
|
...
|
...
|
@@ -538,10 +486,10 @@ |
|
|
</div>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>-->
|
|
|
|
|
|
<!-- 其他 -->
|
|
|
<div class="cart-table mb20">
|
|
|
<!--<div class="cart-table mb20">
|
|
|
<ul class="table table-group">
|
|
|
<li class="pre-sell-box tr" {{#if pid}}data-pid="{{pid}}"{{/if}} {{#if id}}data-id="{{id}}"{{/if}} {{#if skn}}data-skn="{{skn}}"{{/if}} {{#if sku}}data-sku="{{sku}}"{{/if}} {{#if productNum}}data-productnum="{{productNum}}"{{/if}} {{#if goodsType}}data-goodstype="{{goodsType}}"{{/if}}>
|
|
|
<div class="pay-pro td" style="width: 45%;">
|
...
|
...
|
@@ -660,10 +608,10 @@ |
|
|
</div>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>-->
|
|
|
|
|
|
<!-- 失效 -->
|
|
|
<div class="cart-table cart-table-disabled">
|
|
|
<!--<div class="cart-table cart-table-disabled">
|
|
|
<ul class="table">
|
|
|
<li class="pre-sell-box tr" {{#if pid}}data-pid="{{pid}}"{{/if}} {{#if id}}data-id="{{id}}"{{/if}} {{#if skn}}data-skn="{{skn}}"{{/if}} {{#if sku}}data-sku="{{sku}}"{{/if}} {{#if productNum}}data-productnum="{{productNum}}"{{/if}} {{#if goodsType}}data-goodstype="{{goodsType}}"{{/if}}>
|
|
|
<div class="pay-pro td" style="width: 45%;">
|
...
|
...
|
@@ -745,7 +693,7 @@ |
|
|
</div>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>-->
|
|
|
|
|
|
{{#if promotionInfos}}
|
|
|
<div class="gift-sell mt20">
|
...
|
...
|
|