...
|
...
|
@@ -90,6 +90,7 @@ |
|
|
<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="td pay-pro" style="width: 45%;">
|
|
|
<sub class="out-of-stock">您勾选的商品库存不足</sub>
|
|
|
<input class="cart-item-check cart-item-checked" readonly="readonly" data-goodstype="{{goodsType}}" {{#if isChecked}}checked{{/if}}/>
|
|
|
<a class="pay-pro-icon" href="{{link}}" target="_blank">
|
|
|
<img src="{{imgCover}}">
|
...
|
...
|
@@ -556,11 +557,11 @@ |
|
|
</div>
|
|
|
|
|
|
<!-- 失效 -->
|
|
|
<div class="cart-table cart-table-disabled">
|
|
|
<div 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}}>
|
|
|
<li class="pre-sell-box tr tr-disabled" {{#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-disabled" readonly="readonly"/>
|
|
|
<del class="cart-item-disabled">失效</del>
|
|
|
<a class="pay-pro-icon" href="{{link}}" target="_blank">
|
|
|
<img src="{{imgCover}}">
|
|
|
<span class="incentive">预售</span>
|
...
|
...
|
|