...
|
...
|
@@ -57,13 +57,15 @@ |
|
|
<span class="iconfont {{#if promotionId}}disabled{{/if}}"></span>
|
|
|
</a>
|
|
|
</div>
|
|
|
{{#unless discountBuy}}
|
|
|
{{#unless discountBuy.discount}}
|
|
|
<span class="left-num"></span>
|
|
|
{{/unless}}
|
|
|
<input id="left-num" type="hidden" value="0">
|
|
|
<input id="limitNum" type="hidden" value="{{limit}}">
|
|
|
{{# discountBuy}}
|
|
|
<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>
|
|
|
{{if discount}}
|
|
|
<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>
|
|
|
{{/if}}
|
|
|
<input id="mnum" type="hidden" value="{{mnum}}">
|
|
|
{{/ discountBuy}}
|
|
|
</div>
|
...
|
...
|
|