Commit 69c76d3c39d8a77047038d514038b304f5ad0b1a

Authored by yvan.ni
1 parent 165792ff

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

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  
... ...