Commit 3c138434a3a2b3f99716e8414e4f80f0ef65c43c

Authored by yvan.ni
1 parent 35ffed71

幸运购的优化

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) {
... ...