Commit 84099f49ef5dd99a3fa838c3e98eb932730dc7f5

Authored by yvan.ni
1 parent 304f3b18

幸运购也返回

pages/goods/goodsInfo/goodsInfo.js
... ... @@ -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  
... ...