Authored by yyq

购物袋浮动刷新

... ... @@ -91,6 +91,10 @@ $('.yoho-group a').hover(function() {
$(this).text(data.en);
});
$('.tag-bag').hover(function() {
refreshBag();
});
$bagGoodsList.on('click', '.del-good-btn', function() {
var $this = $(this),
data = $this.data();
... ...