...
|
...
|
@@ -34,31 +34,7 @@ |
|
|
{{> product/left-content}}
|
|
|
</div>
|
|
|
<div class="list-right pull-right">
|
|
|
{{# shopEntry}}
|
|
|
<div class="shop-entry clearfix">
|
|
|
<a class="pull-left" href="{{home}}">
|
|
|
<img class="logo" src="{{logo}}">
|
|
|
</a>
|
|
|
|
|
|
<div class="name pull-left">
|
|
|
<a class="shop-name" href="{{home}}">{{shopName}}</a>
|
|
|
<p class="sorts">
|
|
|
{{#each sort}}
|
|
|
<a href="{{href}}">{{name}}</a>
|
|
|
|
|
|
{{#unless @last}}
|
|
|
/
|
|
|
{{/unless}}
|
|
|
{{/each}}
|
|
|
</p>
|
|
|
</div>
|
|
|
|
|
|
<a class="entry-btn pull-right" href="{{home}}">
|
|
|
进入品牌店铺
|
|
|
<span class="iconfont"></span>
|
|
|
</a>
|
|
|
</div>
|
|
|
{{/ shopEntry}}
|
|
|
{{> product/shop-entry}}
|
|
|
|
|
|
{{> product/standard-content}}
|
|
|
|
...
|
...
|
@@ -68,4 +44,4 @@ |
|
|
</div>
|
|
|
{{/ list}}
|
|
|
</div>
|
|
|
{{> layout/footer}} |
|
|
\ No newline at end of file |
|
|
{{> layout/footer}} |
...
|
...
|
|