Commit 1dc2a629bfe2972befeb9d9db960457129e20582
1 parent
94472fb9
商品不参加优惠促销的活动
Showing
1 changed file
with
1 additions
and
1 deletions
pages/goods/goodsInfo/goodsInfo.js
... | ... | @@ -891,7 +891,7 @@ Page({ |
891 | 891 | |
892 | 892 | |
893 | 893 | //一件代发商品不去计算优惠 |
894 | - if (!ee.data.whsle_id && ee.data.prom_type != 1 && ee.data.prom_type != 4 && ee.data.prom_type != 6 && ee.data.prom_type != 2) { | |
894 | + if (!ee.data.fir_goods.whsle_id && ee.data.prom_type != 1 && ee.data.prom_type != 4 && ee.data.prom_type != 6 && ee.data.prom_type != 2) { | |
895 | 895 | ee.check_is_youhui(ee.data.gid); |
896 | 896 | } |
897 | 897 | ... | ... |