Commit bb0ac971baebe647c4fc2c47205d8fbf6c09478e

Authored by 后端研发-苏明海
2 parents b46f483d 6c2a73d1

Merge branch 'test' into 'qa'

Test

See merge request !1182
pages/goods/goodsInfo/goodsInfo.js
... ... @@ -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 2198 newd.prom_type = 7;
2199 2199 newd.prom_id = th.data.zh_act.id;
2200 2200 }
... ...