Authored by uedxwg

'移除购物车'

@@ -168,29 +168,4 @@ $('.btn-balance').on('touchend', function() { @@ -168,29 +168,4 @@ $('.btn-balance').on('touchend', function() {
168 window.location.href = '/shoppingCart/orderEnsure?cartType=' + 'ordinary'; 168 window.location.href = '/shoppingCart/orderEnsure?cartType=' + 'ordinary';
169 }); 169 });
170 170
171 -$('.down').on('touchend', function() {  
172 - chosePanel.show();  
173 -});  
174 -$('.cut').on('touchend', function() {  
175 - var id = $(this).closest('.shopping-cart-good').data('id');  
176 -  
177 - $.ajax({  
178 - type: 'POST',  
179 - url: '/shoppingCart/modifyNum',  
180 - data: {  
181 - sku: id,  
182 - increaseNum: '0'  
183 - },  
184 - success: function(data) {  
185 - if (data.code === 200) {  
186 -  
187 - // window.history.go(0);  
188 - }  
189 - },  
190 - error: function() {  
191 - tip.show('网络错误');  
192 - }  
193 - });  
194 -  
195 -});  
196 171
@@ -58,7 +58,7 @@ @@ -58,7 +58,7 @@
58 {{/if}} 58 {{/if}}
59 59
60 60
61 - <!-- <span class="iconfont icon-edit">&#xe61e;</span> --> 61 +
62 <span class="iconfont icon-del">&#xe621;</span> 62 <span class="iconfont icon-del">&#xe621;</span>
63 </p> 63 </p>
64 <p class="row"> 64 <p class="row">