Showing
1 changed file
with
5 additions
and
3 deletions
@@ -38,16 +38,18 @@ | @@ -38,16 +38,18 @@ | ||
38 | <ul class="history clearfix local-history"> | 38 | <ul class="history clearfix local-history"> |
39 | </ul> | 39 | </ul> |
40 | </div> | 40 | </div> |
41 | - {{# hot}} | 41 | + {{#if hot}} |
42 | <div class="hot-search"> | 42 | <div class="hot-search"> |
43 | <h3><span class="iconfont"></span>热门搜索</h3> | 43 | <h3><span class="iconfont"></span>热门搜索</h3> |
44 | <ul class="hot clearfix"> | 44 | <ul class="hot clearfix"> |
45 | <li> | 45 | <li> |
46 | - <a href="{{url}}" brandName="{{name}}"">{{name}}</a> | 46 | + {{# hot}} |
47 | + <a href="{{url}}" brandName="{{name}}"">{{name}}</a> | ||
48 | + {{/ hot}} | ||
47 | </li> | 49 | </li> |
48 | </ul> | 50 | </ul> |
49 | </div> | 51 | </div> |
50 | - {{/ hot}} | 52 | + {{/if}} |
51 | </div> | 53 | </div> |
52 | </div> | 54 | </div> |
53 | 55 |
-
Please register or login to post a comment