Showing
1 changed file
with
6 additions
and
4 deletions
@@ -20,10 +20,12 @@ | @@ -20,10 +20,12 @@ | ||
20 | <div class="net-history hide"> | 20 | <div class="net-history hide"> |
21 | <div class="history-search net-search hide"> | 21 | <div class="history-search net-search hide"> |
22 | <ul class="history clearfix net"> | 22 | <ul class="history clearfix net"> |
23 | - {{# history}} | ||
24 | - <li> | ||
25 | - <a href="{{url}}" brandName="{{name}}" collectTime="{{searchTime}}">{{name}}</a> | ||
26 | - </li> | 23 | + {{#if history}} |
24 | + {{# list}} | ||
25 | + <li> | ||
26 | + <a href="{{url}}" brandName="{{name}}" collectTime="{{searchTime}}">{{name}}</a> | ||
27 | + </li> | ||
28 | + {{/ list}} | ||
27 | {{/ history}} | 29 | {{/ history}} |
28 | </ul> | 30 | </ul> |
29 | </div> | 31 | </div> |
-
Please register or login to post a comment