diff --git a/packageE/pages/cart/cart2/cart2.js b/packageE/pages/cart/cart2/cart2.js index db9b51f..c050d7b 100644 --- a/packageE/pages/cart/cart2/cart2.js +++ b/packageE/pages/cart/cart2/cart2.js @@ -7264,6 +7264,10 @@ Page({ } } + if(gd.is_collocation && gd.market_price && !gd.goods_market_price){ + gd.goods_market_price=gd.market_price; + } + //如果有限制使用优惠券,就要返回 if (gd.prom_type == 3) { @@ -7286,7 +7290,7 @@ Page({ item_price2 = gd.ld_account * gd.goods_num; real_price=gd.ld_account; } - ckeck_quan_price += item_price2; + ckeck_quan_price += item_price; //如果实收价等于市场价的死后 if(real_price>=gd.goods_market_price){