...
|
...
|
@@ -6,15 +6,8 @@ |
|
|
{{> product/shop-header}}
|
|
|
|
|
|
<div class="list-left pull-left">
|
|
|
<div class="shop-search">
|
|
|
<form action="/shoplist" method="get" id="shop-search-form">
|
|
|
<span>
|
|
|
<input type="hidden" name="shopId" value="{{shopId}}">
|
|
|
<input id="shop-query-key" type="text" name="query" class="shop-query-key" autocomplete="off" x-webkit-speech="" lang="zh-CN" placeholder="关键词搜索" {{# shopQueryKey}}value="{{.}}"{{/ shopQueryKey}}>
|
|
|
</span>
|
|
|
<span class="iconfont shop-query-submit"></span>
|
|
|
</form>
|
|
|
</div>
|
|
|
{{> product/shop-search}}
|
|
|
|
|
|
{{> product/left-content}}
|
|
|
|
|
|
{{> product/shop-sidebar}}
|
...
|
...
|
@@ -22,7 +15,12 @@ |
|
|
<div class="list-right pull-right">
|
|
|
{{> product/shop-entry}}
|
|
|
|
|
|
{{> product/standard-content}}
|
|
|
{{#if searchEmpty}}
|
|
|
{{> product/shop-search-empty}}
|
|
|
{{> product/goods-all-goods}}
|
|
|
{{^}}
|
|
|
{{> product/standard-content}}
|
|
|
{{/if}}
|
|
|
|
|
|
{{> product/latest-walk}}
|
|
|
</div>
|
...
|
...
|
|