Showing
1 changed file
with
4 additions
and
0 deletions
@@ -91,6 +91,10 @@ $('.yoho-group a').hover(function() { | @@ -91,6 +91,10 @@ $('.yoho-group a').hover(function() { | ||
91 | $(this).text(data.en); | 91 | $(this).text(data.en); |
92 | }); | 92 | }); |
93 | 93 | ||
94 | +$('.tag-bag').hover(function() { | ||
95 | + refreshBag(); | ||
96 | +}); | ||
97 | + | ||
94 | $bagGoodsList.on('click', '.del-good-btn', function() { | 98 | $bagGoodsList.on('click', '.del-good-btn', function() { |
95 | var $this = $(this), | 99 | var $this = $(this), |
96 | data = $this.data(); | 100 | data = $this.data(); |
-
Please register or login to post a comment