Showing
2 changed files
with
0 additions
and
48 deletions
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"></span> | ||
28 | - </a> | ||
29 | - </div> | ||
30 | - {{/ shopEntry}} | ||
31 | - | ||
32 | - {{> product/standard-content}} | ||
33 | - | ||
34 | - {{> product/latest-walk}} | ||
35 | - {{/ search}} | ||
36 | -</div> | ||
37 | -{{> layout/footer}} |
-
Please register or login to post a comment