Showing
1 changed file
with
1 additions
and
0 deletions
@@ -341,6 +341,7 @@ $('#collect-product').click(function() { | @@ -341,6 +341,7 @@ $('#collect-product').click(function() { | ||
341 | }); | 341 | }); |
342 | }); | 342 | }); |
343 | 343 | ||
344 | +// 取消收藏提示效果 | ||
344 | $('#collect-product').mouseenter(function() { | 345 | $('#collect-product').mouseenter(function() { |
345 | if ($(this).hasClass('coll')) { | 346 | if ($(this).hasClass('coll')) { |
346 | $calCol.prev().hide(); | 347 | $calCol.prev().hide(); |
-
Please register or login to post a comment