Authored by 梁志锋

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

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