...
|
...
|
@@ -20,7 +20,9 @@ |
|
|
<input type="hidden" name="shop_id" value="{{shopId}}">
|
|
|
<input type="hidden" name="coverChannel" value="{{coverChannel}}">
|
|
|
<i class="clear-input iconfont hide"></i>
|
|
|
<button id="search" class="search buriedpoint" type="submit" data-bp-id="shop_search_btn_0">搜索</button>
|
|
|
<button id="search" class="search buriedpoint" type="submit"
|
|
|
data-bp-id="shop_search_btn_0">搜索
|
|
|
</button>
|
|
|
</form>
|
|
|
</div>
|
|
|
</div>
|
...
|
...
|
@@ -29,7 +31,9 @@ |
|
|
<!-- /tar modifield 160826 -->
|
|
|
<div class="branner-top">
|
|
|
<img class="shop-back-img" src="{{image branerImg 640 200 1}}">
|
|
|
{{#if logoImg}}
|
|
|
<img class="logo" src="{{image logoImg 500 500}}">
|
|
|
{{/if}}
|
|
|
<p class="store-name">{{storeName}}</p>
|
|
|
<div class="collect">
|
|
|
<div class="not-collect buriedpoint" id="collect" data-bp-id="shop_branner_collect_1"></div>
|
...
|
...
|
@@ -55,7 +59,8 @@ |
|
|
<div class="multi-browse">
|
|
|
<ul class="swiper-wrapper">
|
|
|
{{#each brandList.list}}
|
|
|
<li class="swiper-slide brand-img buriedpoint" data-bp-id="shop_brand_{{img}}_0">
|
|
|
<li class="swiper-slide brand-img buriedpoint"
|
|
|
data-bp-id="shop_brand_{{img}}_0">
|
|
|
<a href="{{url}}">
|
|
|
<img src="{{img}}">
|
|
|
</a>
|
...
|
...
|
@@ -76,9 +81,15 @@ |
|
|
<ul class="spring">
|
|
|
{{#each spring}}
|
|
|
<li class="buriedpoint" data-bp-id="shop_spring_{{url}}_0">
|
|
|
{{#if url}}
|
|
|
<a href="{{url}}">
|
|
|
<img src="{{springType}}">
|
|
|
</a>
|
|
|
{{^}}
|
|
|
<a href="javascript:;">
|
|
|
<img src="{{springType}}">
|
|
|
</a>
|
|
|
{{/if}}
|
|
|
</li>
|
|
|
{{/each}}
|
|
|
</ul>
|
...
|
...
|
@@ -92,7 +103,8 @@ |
|
|
|
|
|
<div class="popularity-title">
|
|
|
人气单品
|
|
|
<a class="more buriedpoint" href="{{more_url}}" data-bp-id="shop_popularity_{{more_url}}"></a>
|
|
|
<a class="more buriedpoint" href="{{more_url}}" data-bp-id="shop_popularity_{{more_url}}">
|
|
|
</a>
|
|
|
</div>
|
|
|
<div class="product-warp">
|
|
|
<ul class="product-list first">
|
...
|
...
|
@@ -213,8 +225,8 @@ |
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
{{> common/filter}}
|
|
|
{{> common/filter}}
|
|
|
{{/ shopIndex}}
|
|
|
{{> common/query-param}}
|
|
|
|
|
|
<input type="text" class="shopid" style="display:none" value={{shopId}} /> |
|
|
<input type="text" class="shopid" style="display:none" value={{shopId}}/> |
...
|
...
|
|