Merged
Merge Request #378 · created by 后端研发-苏明海


Test


From test into qa

Merged by 后端研发-苏明海

1 participants

pages/goods/goodsInfo/goodsInfo.js
... ... @@ -3652,7 +3652,7 @@ Page({
3652 3652 func(); return false;
3653 3653 }
3654 3654  
3655   - if(this.data.sales_rules!=2 && this.data.is_newsales_rules!=1){
  3655 + if(this.data.sales_rules!=2){
3656 3656 func();
3657 3657 }else{
3658 3658  
... ...