Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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> |
-
Please register or login to post a comment