Authored by 王水玲

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

... ... @@ -341,6 +341,7 @@ $('#collect-product').click(function() {
});
});
// 取消收藏提示效果
$('#collect-product').mouseenter(function() {
if ($(this).hasClass('coll')) {
$calCol.prev().hide();
... ...