Authored by xuqi

shop entry.Review by:@xuqi

@@ -621,6 +621,20 @@ @@ -621,6 +621,20 @@
621 //路径导航 621 //路径导航
622 pathNav: [...], 622 pathNav: [...],
623 623
  624 + //品牌入口
  625 + shopEntry: {
  626 + home: '',
  627 + logo: '',
  628 + shopName: '',
  629 + sort: [
  630 + {
  631 + href: '',
  632 + name: '上衣'
  633 + },
  634 + ...
  635 + ]
  636 + },
  637 +
624 ..//标准页面内容,见上 638 ..//标准页面内容,见上
625 } 639 }
626 } 640 }
@@ -641,20 +655,6 @@ @@ -641,20 +655,6 @@
641 brandAbout: '', //品牌介绍页传HTML文本,非品牌介绍页则不传 655 brandAbout: '', //品牌介绍页传HTML文本,非品牌介绍页则不传
642 leftContent: [], //... 656 leftContent: [], //...
643 657
644 - //品牌入口  
645 - shopEntry: {  
646 - home: '',  
647 - logo: '',  
648 - shopName: '',  
649 - sort: [  
650 - {  
651 - href: '',  
652 - name: '上衣'  
653 - },  
654 - ...  
655 - ]  
656 - },  
657 -  
658 //分类介绍 658 //分类介绍
659 sortIntro: { 659 sortIntro: {
660 name: '', 660 name: '',
@@ -34,32 +34,6 @@ @@ -34,32 +34,6 @@
34 {{> product/left-content}} 34 {{> product/left-content}}
35 </div> 35 </div>
36 <div class="list-right pull-right"> 36 <div class="list-right pull-right">
37 - {{# shopEntry}}  
38 - <div class="shop-entry clearfix">  
39 - <a class="pull-left" href="{{home}}">  
40 - <img class="logo" src="{{logo}}">  
41 - </a>  
42 -  
43 - <div class="name pull-left">  
44 - <a class="shop-name" href="{{home}}">{{shopName}}</a>  
45 - <p class="sorts">  
46 - {{#each sort}}  
47 - <a href="{{href}}">{{name}}</a>  
48 -  
49 - {{#unless @last}}  
50 - /  
51 - {{/unless}}  
52 - {{/each}}  
53 - </p>  
54 - </div>  
55 -  
56 - <a class="entry-btn pull-right" href="{{home}}">  
57 - 进入品牌店铺  
58 - <span class="iconfont">&#xe601;</span>  
59 - </a>  
60 - </div>  
61 - {{/ shopEntry}}  
62 -  
63 {{> product/standard-content}} 37 {{> product/standard-content}}
64 38
65 {{> product/latest-walk}} 39 {{> product/latest-walk}}
@@ -3,6 +3,32 @@ @@ -3,6 +3,32 @@
3 {{# search}} 3 {{# search}}
4 {{> layout/path-nav}} 4 {{> layout/path-nav}}
5 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 +
6 {{> product/standard-content}} 32 {{> product/standard-content}}
7 33
8 {{> product/latest-walk}} 34 {{> product/latest-walk}}