Authored by yangyang

删除不需要的模板

1 -{{> layout/header}}  
2 -<div class="product-search-page product-page yoho-page center-content">  
3 - {{# search}}  
4 - {{> layout/path-nav}}  
5 -  
6 - {{> product/standard-content}}  
7 -  
8 - {{> product/latest-walk}}  
9 - {{/ search}}  
10 -</div>  
11 -{{> layout/footer}}  
1 -{{> layout/header}}  
2 -<div class="product-search-page product-page yoho-page center-content">  
3 - {{# search}}  
4 - {{> layout/path-nav}}  
5 -  
6 - {{# shopEntry}}  
7 - <div class="shop-entry clearfix">  
8 - <a class="pull-left" href="{{home}}">  
9 - <img class="logo" src="{{logo}}">  
10 - </a>  
11 -  
12 - <div class="name pull-left">  
13 - <a class="shop-name" href="{{home}}">{{shopName}}</a>  
14 - <p class="sorts">  
15 - {{#each sort}}  
16 - <a href="{{href}}">{{name}}</a>  
17 -  
18 - {{#unless @last}}  
19 - /  
20 - {{/unless}}  
21 - {{/each}}  
22 - </p>  
23 - </div>  
24 -  
25 - <a class="entry-btn pull-right" href="{{home}}">  
26 - 进入品牌店铺  
27 - <span class="iconfont">&#xe601;</span>  
28 - </a>  
29 - </div>  
30 - {{/ shopEntry}}  
31 -  
32 - {{> product/standard-content}}  
33 -  
34 - {{> product/latest-walk}}  
35 - {{/ search}}  
36 -</div>  
37 -{{> layout/footer}}