From 3c138434a3a2b3f99716e8414e4f80f0ef65c43c Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Tue, 20 Dec 2022 10:29:36 +0800 Subject: [PATCH] 幸运购的优化 --- packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.js b/packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.js index e107215..e4e0ccb 100644 --- a/packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.js +++ b/packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.js @@ -384,7 +384,6 @@ Page({ } } - ee.setData({ gid: gid }); if (first_leader) { @@ -4366,7 +4365,7 @@ Page({ newd.goods_price = th.data.prom_price; newd.prom_type = th.data.prom_type; newd.prom_id = th.data.prom_id; - newd.kt_type = th.data.prom_act.kttype; //开团类型 + //newd.kt_type = th.data.prom_act.kttype; //开团类型 newd.is_pt_tz = 0; //th.data.sto_sele_distr=1; //直接用自提的方式提交 if (newd.kt_type > 1) { -- libgit2 0.21.4