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
84099f49ef5dd99a3fa838c3e98eb932730dc7f5
Authored by
yvan.ni
2021-12-07 17:04:33 +0800
1 parent
304f3b18
幸运购也返回
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
pages/goods/goodsInfo/goodsInfo.js
pages/goods/goodsInfo/goodsInfo.js
View file @
84099f4
...
...
@@ -2281,7 +2281,9 @@ Page({
2281
2281
if (res.data.code == 0) prom = res.data.data;
2282
2282
})
2283
2283
break
2284
- case 8:
2284
+ //预售和幸运购不参与
2285
+ case 8:
2286
+ case 9:
2285
2287
continue;
2286
2288
}
2287
2289
...
...