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
33cd50cb8cf230a3c2a864fa0cbcf74721feaa6c
Authored by
yvan.ni
2023-12-14 22:47:34 +0800
1 parent
62073970
在不参与优惠促销的时候,不显示的礼包和月包等
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
packageE/pages/cart/cart2/cart2.js
packageE/pages/cart/cart2/cart2.js
View file @
33cd50c
...
...
@@ -8346,6 +8346,12 @@ Page({
8346
8346
//--- 不参与优惠促销的开关 ---
8347
8347
no_cj_prom: function (e) {
8348
8348
8349
+ this.setData({
8350
+ send_lb:{},
8351
+ month_lb:{},
8352
+ send_gf:{}
8353
+ })
8354
+
8349
8355
8350
8356
//清空优惠促销的内容
8351
8357
this.data.prom_goods_map = {};
...
...