Authored by 郭成尧

chose-panel-if

@@ -63,7 +63,7 @@ @@ -63,7 +63,7 @@
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 + {{#if discount}}
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> 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 {{^}} 68 {{^}}
69 <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> 69 <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>