Authored by biao

Merge branch 'feature/cart' of http://git.dev.yoho.cn/web/yohobuy into fix/cart

@@ -41,23 +41,8 @@ @@ -41,23 +41,8 @@
41 {{> shopping-cart/cart-content}} 41 {{> shopping-cart/cart-content}}
42 </div> 42 </div>
43 {{/ preSellCart}} 43 {{/ preSellCart}}
44 -  
45 {{/ shoppingCart}} 44 {{/ shoppingCart}}
46 </div> 45 </div>
47 -<div id="advanceBuy" class="shopping-cart-page yoho-page hide">  
48 -{{# shoppingCart}}  
49 - {{# commonCart}}  
50 - {{# advanceBuy}}  
51 - <span>  
52 - {{promotionTitle}}  
53 - </span>  
54 - {{# goods}}  
55 - {{> shopping-cart/gift-advance-good}}  
56 - {{/ goods}}  
57 - {{/ advanceBuy}}  
58 - {{/ commonCart}}  
59 -{{/ shoppingCart}}  
60 -</div>  
61 46
62 <div class="shopping-cart-zero yoho-page hide"> 47 <div class="shopping-cart-zero yoho-page hide">
63 <div class="cart-zero"> 48 <div class="cart-zero">
@@ -67,6 +52,5 @@ @@ -67,6 +52,5 @@
67 </div> 52 </div>
68 {{> product/recommend-for-you}} 53 {{> product/recommend-for-you}}
69 </div> 54 </div>
70 -  
71 - {{> shopping-cart/chose-panel}} 55 +{{> shopping-cart/chose-panel}}
72 {{> layout/footer}} 56 {{> layout/footer}}
1 <div class="shopping-cart-good clearfix" data-id={{id}}> 1 <div class="shopping-cart-good clearfix" data-id={{id}}>
2 - {{#if isSoldOut}}  
3 - <p class="">失效</p>  
4 - {{^}}  
5 - {{#if isGift}}  
6 - {{^}}  
7 <span class="checkbox icon-cb-checked iconfont"></span> 2 <span class="checkbox icon-cb-checked iconfont"></span>
8 - {{/if}}  
9 -  
10 - {{/if}}  
11 -  
12 - <div class="">  
13 - <a class="" href="{{url}}">  
14 - <img class="thumb lazy" data-original="{{thumb}}">  
15 - </a>  
16 - {{#if isAdvanceBuy}}  
17 - <p class="few-tag">加价购</p>  
18 - {{^}}  
19 - {{#if isGift}}  
20 - <p class="few-tag">赠品</p>  
21 - {{/if}}  
22 - {{/if}}  
23 - {{#if isSoldOut}}  
24 - <p class="few-tag">失效</p>  
25 - {{/if}}  
26 - </div> 3 + <div class="info">
  4 + <img class="thumb lazy" data-original={{thumb}}>
27 5
28 <div class="deps show"> 6 <div class="deps show">
29 <p class="name row">{{name}}</p> 7 <p class="name row">{{name}}</p>