...
|
...
|
@@ -45,7 +45,7 @@ |
|
|
<div class="num">
|
|
|
<span>数量</span>
|
|
|
<div class="clearfix">
|
|
|
<a class="btn btn-minus" href="javascript:void(0);">
|
|
|
<a class="btn btn-minus {{#if mnum}}discount-gray{{/if}}" href="javascript:void(0);">
|
|
|
<span class="iconfont {{#if promotionId}}disabled{{/if}}"></span>
|
|
|
</a>
|
|
|
{{#if mnum}}
|
...
|
...
|
@@ -61,7 +61,7 @@ |
|
|
<input id="left-num" type="hidden" value="0">
|
|
|
<input id="limitNum" type="hidden" value="{{limit}}">
|
|
|
{{#if mnum}}
|
|
|
<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}}件起购</span>
|
|
|
<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}}件起购,享折扣</span>
|
|
|
<input id="mnum" type="hidden" value="{{mnum}}">
|
|
|
{{/if}}
|
|
|
</div>
|
...
|
...
|
|