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
b37c0514e1c08953cfc47e984711cda6eb11a426
Authored by
yvan.ni
2023-02-16 15:29:41 +0800
1 parent
f720accf
有搭配购,就不参与全场优惠
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 @
b37c051
...
...
@@ -2194,7 +2194,7 @@ Page({
2194
2194
}
2195
2195
2196
2196
//如果有搭配购的时候的时候
2197
- if(th.data.zh_act &&
newd.prom_type==0
){
2197
+ if(th.data.zh_act &&
(newd.prom_type==0 || newd.prom_type==3)
){
2198
2198
newd.prom_type = 7;
2199
2199
newd.prom_id = th.data.zh_act.id;
2200
2200
}
...
...