Commit 8f2d8e0ccc6a3bf14e773950ae44f37e228066cd
1 parent
c4c6321a
提交
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){ | ... | ... |