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
93d7e8540391b0ebbd3614484a54ec8b911eaf35
Authored by
yvan.ni
2023-04-04 13:55:36 +0800
1 parent
aa41a548
幸运购的优化
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 @
93d7e85
...
...
@@ -7799,7 +7799,7 @@ Page({
7799
7799
//找不到活动要剔除
7800
7800
if (!item.act_name) continue;
7801
7801
7802
- if ([1,2,4,6,8
].indexOf(item.prom_type)==-1) continue;
7802
+ if ([1,2,4,6,8
,9
].indexOf(item.prom_type)==-1) continue;
7803
7803
new_arr.push(item);
7804
7804
}
7805
7805
...
...