Merge branch 'release/5.3.1' into gray
Showing
1 changed file
with
5 additions
and
1 deletions
@@ -56,8 +56,12 @@ | @@ -56,8 +56,12 @@ | ||
56 | </a> | 56 | </a> |
57 | </div> | 57 | </div> |
58 | {{#if @root.discountBuy}} | 58 | {{#if @root.discountBuy}} |
59 | - <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> | ||
60 | <input id="mnum" type="hidden" value="{{@root.discountBuy.num}}"> | 59 | <input id="mnum" type="hidden" value="{{@root.discountBuy.num}}"> |
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> | ||
62 | + {{^}} | ||
63 | + <span class="left-num"></span> | ||
64 | + {{/if}} | ||
61 | {{^}} | 65 | {{^}} |
62 | <span class="left-num"></span> | 66 | <span class="left-num"></span> |
63 | {{/if}} | 67 | {{/if}} |
-
Please register or login to post a comment