Commit 84a7a1e05ec0267219f1e21a14f4e270bf774446

Authored by 后端研发-苏明海
2 parents 8cacb258 a5db0841

Merge branch 'test' into 'qa'

Test

See merge request !475
Showing 1 changed file with 1 additions and 2 deletions
pages/cart/cart2/cart2.js
... ... @@ -710,8 +710,7 @@ Page({
710 710 //如果有限制使用优惠券,就要减掉参与的活动商品的钱
711 711 if(!item_map.is_xz_yh) q_conditin=o_price;
712 712 }
713   -
714   -
  713 +
715 714 //--------循环计算商品是不是包邮,是不是使用优惠券,此时循环是商品从表-----------
716 715 for(var j=0;j<item.length;j++){
717 716 if(item[j].prom_type==3 && item[j].prom_id==item_map.prom_id){
... ...