...
|
...
|
@@ -310,7 +310,7 @@ $yohoPage.on('touchstart', '.btn-minus', function() { |
|
|
|
|
|
if (2 === $chosed.length && 0 === $chosed.closest('.zero-stock').length) {
|
|
|
productSku = $curSizeBlock.data('skuid');
|
|
|
promotionId = $('[data-id="' + productSku + '"]').closest('.advance-block').data('promotion-id');
|
|
|
promotionId = $('#promotionId').val();
|
|
|
if (confirming) {
|
|
|
return false;
|
|
|
}
|
...
|
...
|
|