- 
Status changed to merged
 - 
mentioned in commit bb0ac971baebe647c4fc2c47205d8fbf6c09478e
 
- 
有搭配购,就不参与全场优惠 See merge request !1181
 
Showing
1 changed file
pages/goods/goodsInfo/goodsInfo.js
| @@ -2194,7 +2194,7 @@ Page({ | @@ -2194,7 +2194,7 @@ Page({ | ||
| 2194 | } | 2194 | } | 
| 2195 | 2195 | ||
| 2196 | //如果有搭配购的时候的时候 | 2196 | //如果有搭配购的时候的时候 | 
| 2197 | - if(th.data.zh_act && newd.prom_type==0){ | 2197 | + if(th.data.zh_act && (newd.prom_type==0 || newd.prom_type==3)){ | 
| 2198 | newd.prom_type = 7; | 2198 | newd.prom_type = 7; | 
| 2199 | newd.prom_id = th.data.zh_act.id; | 2199 | newd.prom_id = th.data.zh_act.id; | 
| 2200 | } | 2200 | } |