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
f141e777671ec6bc292a5e3207fa3d35e6057664
Authored by
WXD-SEASON\season
2021-12-20 11:08:31 +0800
1 parent
9c8668fd
增加物流自提
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
pages/cart/cart2/cart2.js
pages/cart/cart2/cart2.js
View file @
f141e77
...
...
@@ -631,6 +631,7 @@ Page({
631
631
}
632
632
arr[j].exp_type = e_t;
633
633
if (e_t == 0) th.setData({is_all_zt: 0});
634
+ else if(e_t==1) th.setData({is_all_zt: 1});
634
635
//}
635
636
636
637
//-- 把等级卡会优惠多少钱装进去 --
...
...