Commit c608a345c292712f4e41a7e351add45d65872806
1 parent
9e90ed0f
商品的手店价格有发生变化,那么购物车中的普通商品手店价也要实时变化。
Showing
1 changed file
with
1 additions
and
1 deletions
pages/cart/cart/cart.js
... | ... | @@ -647,7 +647,7 @@ Page({ |
647 | 647 | } |
648 | 648 | |
649 | 649 | //-- 如果有优惠促销,和阶梯促销,要看下有没有组合购,搭配购,看一下优惠促销和阶梯促销谁是指定商品参与的 -- |
650 | - if (item.prom_type == 3 || item.prom_type == 5 || item.prom_type == 7 || item.prom_type == 10) { | |
650 | + if (item.prom_type == 0 || item.prom_type == 3 || item.prom_type == 5 || item.prom_type == 7 || item.prom_type == 10) { | |
651 | 651 | var c_prom_type = 0; |
652 | 652 | var c_prom_id = 0; |
653 | 653 | ... | ... |