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
78393c14f218667ef4c595bc3a70c4185ca8fc9e
Authored by
yvan.ni
2023-12-14 00:16:42 +0800
1 parent
5a355c52
不参与优惠活动,优惠券要能够使用
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
packageE/pages/cart/cart2/cart2.js
packageE/pages/cart/cart2/cart2.js
View file @
78393c1
...
...
@@ -891,6 +891,8 @@ Page({
891
891
//-- is_change是有没有切换活动的意思 --
892
892
async get_cart_next(carr,is_change,old_prom){
893
893
894
+ this.setData({yh_is_xz_yh:{}});
895
+
894
896
//--- 切换的时候一定要把赠品去掉 ---
895
897
if(is_change){
896
898
...
...