Merge branch 'beta/wap' of http://git.dev.yoho.cn/web/yohobuy into beta/wap
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -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 |
-
Please register or login to post a comment