Commit 578040650cc597e25a39f2e570292fea4a1b86df

Authored by yvan.ni
1 parent ef06da89

失效商品的优化

pages/goods/goodsInfo/goodsInfo.js
@@ -1973,6 +1973,8 @@ Page({ @@ -1973,6 +1973,8 @@ Page({
1973 user_id: oo.user_id, 1973 user_id: oo.user_id,
1974 goods_id: a, 1974 goods_id: a,
1975 pick_id: e.data.sto_sele_id, 1975 pick_id: e.data.sto_sele_id,
  1976 + prom_type: newd.prom_type,
  1977 + prom_id: newd.prom_id,
1976 state: 0, 1978 state: 0,
1977 }, 1979 },
1978 success: function (re) { 1980 success: function (re) {