Authored by 梁志锋

预售购物车 失效商品的点击效果

@@ -217,6 +217,7 @@ $('.btn-balance').on('touchend', function() { @@ -217,6 +217,7 @@ $('.btn-balance').on('touchend', function() {
217 }); 217 });
218 218
219 $('.off-shell-goods').on('touchstart touchend', function() { 219 $('.off-shell-goods').on('touchstart touchend', function() {
  220 + tip.show('商品已下架');
220 return false; 221 return false;
221 }); 222 });
222 223