Browse Source

拼团添加uniqueId

master
xuwenbo 5 years ago
parent
commit
c47c8d3a4f
  1. 2
      pages/activity/GroupRule/index.vue

2
pages/activity/GroupRule/index.vue

@ -140,7 +140,7 @@ export default {
var data = {}; var data = {};
data.productId = that.storeCombination.productId; data.productId = that.storeCombination.productId;
data.cartNum = that.pinkT.totalNum; data.cartNum = that.pinkT.totalNum;
data.uniqueId = ""; data.uniqueId = that.uniqueId;
data.combinationId = that.storeCombination.id; data.combinationId = that.storeCombination.id;
data.new = 1; data.new = 1;
postCartAdd(data) postCartAdd(data)

Loading…
Cancel
Save