拼团添加uniqueId

This commit is contained in:
xuwenbo
2020-09-14 08:25:16 +08:00
parent 68680e38b1
commit c47c8d3a4f

View File

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