Showing
1 changed file
with
1 additions
and
1 deletions
@@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
5 | <ul class="discount-list"> | 5 | <ul class="discount-list"> |
6 | {{#list}} | 6 | {{#list}} |
7 | <li> | 7 | <li> |
8 | - <a href="/product/sale/discount/detail?id={{id}}"> | 8 | + <a href="/product/sale/discount/detail?id={{id}}&channel={{@root.channel}}"> |
9 | <img class="lazy" data-original="{{image coverUrl 640 250}}" /> | 9 | <img class="lazy" data-original="{{image coverUrl 640 250}}" /> |
10 | <p class="discount-cont"> | 10 | <p class="discount-cont"> |
11 | <span class="discount-title">{{title}}</span> | 11 | <span class="discount-title">{{title}}</span> |
-
Please register or login to post a comment