Authored by 郭成尧

discount-show

@@ -60,7 +60,7 @@ @@ -60,7 +60,7 @@
60 {{#if @root.discountBuy.discount}} 60 {{#if @root.discountBuy.discount}}
61 <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;">{{@root.discountBuy.num}}件起购享{{@root.discountBuy.discount}}</span> 61 <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;">{{@root.discountBuy.num}}件起购享{{@root.discountBuy.discount}}</span>
62 {{^}} 62 {{^}}
63 - <span class="left-num"></span> 63 + <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;">{{@root.discountBuy.num}}件起购</span>
64 {{/if}} 64 {{/if}}
65 {{^}} 65 {{^}}
66 <span class="left-num"></span> 66 <span class="left-num"></span>