Merged
Merge Request #1143 · created by 后端研发-苏明海


幸运购的优化


From dev into test

Merged by 后端研发-苏明海

1 participants

packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.js
@@ -384,7 +384,6 @@ Page({ @@ -384,7 +384,6 @@ Page({
384 } 384 }
385 385
386 } 386 }
387 -  
388 ee.setData({ gid: gid }); 387 ee.setData({ gid: gid });
389 388
390 if (first_leader) { 389 if (first_leader) {
@@ -4366,7 +4365,7 @@ Page({ @@ -4366,7 +4365,7 @@ Page({
4366 newd.goods_price = th.data.prom_price; 4365 newd.goods_price = th.data.prom_price;
4367 newd.prom_type = th.data.prom_type; 4366 newd.prom_type = th.data.prom_type;
4368 newd.prom_id = th.data.prom_id; 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 newd.is_pt_tz = 0; 4369 newd.is_pt_tz = 0;
4371 //th.data.sto_sele_distr=1; //直接用自提的方式提交 4370 //th.data.sto_sele_distr=1; //直接用自提的方式提交
4372 if (newd.kt_type > 1) { 4371 if (newd.kt_type > 1) {