Showing
1 changed file
with
11 additions
and
8 deletions
@@ -51,13 +51,16 @@ | @@ -51,13 +51,16 @@ | ||
51 | <p class="info-text">{{text}}</p> | 51 | <p class="info-text">{{text}}</p> |
52 | {{> index/tvls}} | 52 | {{> index/tvls}} |
53 | </div> | 53 | </div> |
54 | - {{#if productList}} | ||
55 | - <div class="product-list-box"> | ||
56 | - <div class="product-list"> | ||
57 | - {{#productList}} | ||
58 | - {{> index/product-list}} | ||
59 | - {{/productList}} | 54 | + |
55 | + {{#unless @root.isApp}} | ||
56 | + {{#if productList}} | ||
57 | + <div class="product-list-box"> | ||
58 | + <div class="product-list"> | ||
59 | + {{#productList}} | ||
60 | + {{> index/product-list}} | ||
61 | + {{/productList}} | ||
62 | + </div> | ||
60 | </div> | 63 | </div> |
61 | - </div> | ||
62 | - {{/if}} | 64 | + {{/if}} |
65 | + {{/unless}} | ||
63 | </div> | 66 | </div> |
-
Please register or login to post a comment