Authored by hf

Merge branch 'beta/wap' of http://git.dev.yoho.cn/web/yohobuy into beta/wap

@@ -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