Authored by 王水玲

blk 商品详情页收藏效果修改

@@ -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();