Commit 029937fd60d4a34b828b80abede8389891ec7c27

Authored by 后端研发-苏明海
2 parents edcc5562 69c76d3c

Merge branch 'dev' into 'test'

在确认的时候,不要控制急速模式

See merge request !377
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  
... ...