From c47c8d3a4ffc63e916383eadfe899c6cb06c8df5 Mon Sep 17 00:00:00 2001 From: xuwenbo <717567226@qq.com> Date: Mon, 14 Sep 2020 08:25:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=BC=E5=9B=A2=E6=B7=BB=E5=8A=A0uniqueId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/activity/GroupRule/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/activity/GroupRule/index.vue b/pages/activity/GroupRule/index.vue index ba23473..52db565 100644 --- a/pages/activity/GroupRule/index.vue +++ b/pages/activity/GroupRule/index.vue @@ -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)