|
|
<div class="shopping-cart-good clearfix" data-id={{id}}>
|
|
|
{{#if isSoldOut}}
|
|
|
<p class="">失效</p>
|
|
|
<span class="checkbox icon-cb-checked iconfont"></span>
|
|
|
<!-- {{#if isSoldOut}}
|
|
|
<p class="">失效</p>
|
|
|
{{^}}
|
|
|
{{#if isGift}}
|
|
|
{{^}}
|
|
|
<span class="checkbox icon-cb-checked iconfont"></span>
|
|
|
{{/if}}
|
|
|
|
|
|
{{#if isGift}}
|
|
|
{{^}}
|
|
|
<span class="checkbox icon-cb-checked iconfont"></span>
|
|
|
{{/if}}
|
|
|
|
|
|
<div class="">
|
|
|
<a class="" href="{{url}}">
|
|
|
{{/if}}-->
|
|
|
<div class="info">
|
|
|
<img class="thumb lazy" data-original={{thumb}}>
|
|
|
<!--
|
|
|
<a class="" href="{{url}}">
|
|
|
<img class="thumb lazy" data-original="{{thumb}}">
|
|
|
</a>
|
|
|
{{#if isAdvanceBuy}}
|
...
|
...
|
@@ -23,7 +25,8 @@ |
|
|
{{#if isSoldOut}}
|
|
|
<p class="few-tag">失效</p>
|
|
|
{{/if}}
|
|
|
</div>
|
|
|
|
|
|
-->
|
|
|
|
|
|
<div class="deps show">
|
|
|
<p class="name row">{{name}}</p>
|
...
|
...
|
@@ -55,7 +58,7 @@ |
|
|
{{/if}}
|
|
|
|
|
|
|
|
|
<span class="iconfont icon-edit"></span>
|
|
|
|
|
|
<span class="iconfont icon-del"></span>
|
|
|
</p>
|
|
|
<p class="row">
|
...
|
...
|
|