Commit 4f431f253afff6134128922fe8d4a87fb0b497db
Merge branch 'dev' into 'test'
幸运购的优化 See merge request !1143
Showing
1 changed file
with
1 additions
and
2 deletions
packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.js
| ... | ... | @@ -384,7 +384,6 @@ Page({ |
| 384 | 384 | } |
| 385 | 385 | |
| 386 | 386 | } |
| 387 | - | |
| 388 | 387 | ee.setData({ gid: gid }); |
| 389 | 388 | |
| 390 | 389 | if (first_leader) { |
| ... | ... | @@ -4366,7 +4365,7 @@ Page({ |
| 4366 | 4365 | newd.goods_price = th.data.prom_price; |
| 4367 | 4366 | newd.prom_type = th.data.prom_type; |
| 4368 | 4367 | newd.prom_id = th.data.prom_id; |
| 4369 | - newd.kt_type = th.data.prom_act.kttype; //开团类型 | |
| 4368 | + //newd.kt_type = th.data.prom_act.kttype; //开团类型 | |
| 4370 | 4369 | newd.is_pt_tz = 0; |
| 4371 | 4370 | //th.data.sto_sele_distr=1; //直接用自提的方式提交 |
| 4372 | 4371 | if (newd.kt_type > 1) { | ... | ... |