Authored by 阿达

热门bug fix

@@ -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">&#xe64b;</span>热门搜索</h3> 43 <h3><span class="iconfont">&#xe64b;</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