Authored by htoooth

fix

... ... @@ -656,7 +656,7 @@ bindEvent.add(function() {
$('.bundle.limit').addClass('hide');
}
maxStock = +$this.data('num');
maxStock = limitNum || +$this.data('num');
$this.siblings('.focus').removeClass('focus');
$this.addClass('focus');
... ...