wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
69c76d3c39d8a77047038d514038b304f5ad0b1a
Authored by
yvan.ni
2020-04-29 18:12:21 +0800
1 parent
165792ff
在确认的时候,不要控制急速模式
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/goods/goodsInfo/goodsInfo.js
pages/goods/goodsInfo/goodsInfo.js
View file @
69c76d3
...
...
@@ -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
...
...