Showing
1 changed file
with
4 additions
and
4 deletions
@@ -42,11 +42,11 @@ | @@ -42,11 +42,11 @@ | ||
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> | ||
46 | - {{# hot}} | 45 | + {{# hot}} |
46 | + <li> | ||
47 | <a href="{{url}}" brandName="{{name}}"">{{name}}</a> | 47 | <a href="{{url}}" brandName="{{name}}"">{{name}}</a> |
48 | - {{/ hot}} | ||
49 | - </li> | 48 | + </li> |
49 | + {{/ hot}} | ||
50 | </ul> | 50 | </ul> |
51 | </div> | 51 | </div> |
52 | {{/if}} | 52 | {{/if}} |
-
Please register or login to post a comment