|
@@ -57,13 +57,15 @@ |
|
@@ -57,13 +57,15 @@ |
57
|
<span class="iconfont {{#if promotionId}}disabled{{/if}}"></span>
|
57
|
<span class="iconfont {{#if promotionId}}disabled{{/if}}"></span>
|
58
|
</a>
|
58
|
</a>
|
59
|
</div>
|
59
|
</div>
|
60
|
- {{#unless discountBuy}}
|
60
|
+ {{#unless discountBuy.discount}}
|
61
|
<span class="left-num"></span>
|
61
|
<span class="left-num"></span>
|
62
|
{{/unless}}
|
62
|
{{/unless}}
|
63
|
<input id="left-num" type="hidden" value="0">
|
63
|
<input id="left-num" type="hidden" value="0">
|
64
|
<input id="limitNum" type="hidden" value="{{limit}}">
|
64
|
<input id="limitNum" type="hidden" value="{{limit}}">
|
65
|
{{# discountBuy}}
|
65
|
{{# discountBuy}}
|
|
|
66
|
+ {{if discount}}
|
66
|
<span class="left-num-discount" style="color: #e10;position: absolute;top: 0.5rem;left: 9.5rem;overflow: hidden;white-space: nowrap;width: 5.2rem;-o-text-overflow: ellipsis;text-overflow: ellipsis;">{{mnum}}件起购享{{discount}}折</span>
|
67
|
<span class="left-num-discount" style="color: #e10;position: absolute;top: 0.5rem;left: 9.5rem;overflow: hidden;white-space: nowrap;width: 5.2rem;-o-text-overflow: ellipsis;text-overflow: ellipsis;">{{mnum}}件起购享{{discount}}折</span>
|
|
|
68
|
+ {{/if}}
|
67
|
<input id="mnum" type="hidden" value="{{mnum}}">
|
69
|
<input id="mnum" type="hidden" value="{{mnum}}">
|
68
|
{{/ discountBuy}}
|
70
|
{{/ discountBuy}}
|
69
|
</div>
|
71
|
</div>
|