Commit 76cc8030c1c41744402db2746a5cc31e54c64713

Authored by WXD-SEASON\season
2 parents 50f67596 c71ec349

Merge branch 'test' of http://git.vipzhuang.cn/wxd/MShopWeApp into qa

packageE/pages/cart/cart2/ladder_calculate.js
... ... @@ -117,7 +117,7 @@ module.exports = {
117 117 let new_g = JSON.parse(JSON.stringify(goods[idx]));
118 118  
119 119 //多余的商品如果活动不参与订单促销,那么变成普通商品的也不能参与订单促销,2024-2-26
120   - if(!ladder_map.is_useorderyh){
  120 + if(!act_item.is_useorderyh){
121 121 new_g.is_no_order_yh=1;
122 122 }
123 123 new_g.goods_num = num;
... ...