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