|
@@ -1074,10 +1074,7 @@ function setGiftHtmlList(data, cmPromotion) {
|
|
|
if ($("#product_promotion_" + gift.productId).length > 0) {
|
|
|
var pageGift = JSON.parse($("#product_promotion_" + gift.productId)
|
|
|
.attr("data-value"));
|
|
|
- console.log(thisTouchPrice);
|
|
|
- console.log(data.cmPromotion.touchPrice);
|
|
|
if (gift.discounts * 1 === 1) {
|
|
|
- // var totalfee = $(".totalFee").val();
|
|
|
var b = Math.floor(thisTouchPrice / data.cmPromotion.touchPrice);
|
|
|
gift.num = gift.num * 1 * b + pageGift.num * 1;
|
|
|
} else {
|
|
@@ -1086,7 +1083,6 @@ function setGiftHtmlList(data, cmPromotion) {
|
|
|
$("#product_promotion_" + gift.productId).remove();
|
|
|
}
|
|
|
if (gift.discounts * 1 === 1) {
|
|
|
- // var totalfee = $(".totalFee").val();
|
|
|
var b = Math.floor(thisTouchPrice / data.cmPromotion.touchPrice);
|
|
|
gift.num = gift.num * 1 * b;
|
|
|
} else {
|