Authored by 梁志锋

预售购物车失效商品点击提示 商品已下架。

@@ -216,6 +216,10 @@ $('.btn-balance').on('touchend', function() { @@ -216,6 +216,10 @@ $('.btn-balance').on('touchend', function() {
216 } 216 }
217 }); 217 });
218 218
  219 +$('.off-shell-goods .shopping-cart-good').on('touchend', function() {
  220 + tip.show('商品已下架');
  221 +});
  222 +
219 $('.chose').on('touchend', function() { 223 $('.chose').on('touchend', function() {
220 chosePanel.show(); 224 chosePanel.show();
221 }); 225 });