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
3812ccf047bbc655a294c10ea2cc410af606a988
Authored by
yvan.ni
2021-06-23 10:12:11 +0800
1 parent
260a36ac
阶梯团强制带1
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
pages/cart/cart2_pt/cart2_pt.js
pages/cart/cart2_pt/cart2_pt.js
View file @
3812ccf
...
...
@@ -490,6 +490,11 @@ Page({
490
490
return false;
491
491
}
492
492
}
493
+
494
+ //阶梯团强制带1,自提~~~
495
+ if(th.data.kt_type==3 ){
496
+ th.data.bn_exp_type=1;
497
+ }
493
498
494
499
var item={
495
500
'user_id': to.globalData.user_id,
...
...