From 77147e65c3ba20532833c53264576ce6216b25c8 Mon Sep 17 00:00:00 2001 From: xuwenbo <717567226@qq.com> Date: Mon, 14 Sep 2020 09:56:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=82=E5=9B=A2=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E4=B8=8D=E5=88=B0uniqueId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/activity/GroupRule/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/activity/GroupRule/index.vue b/pages/activity/GroupRule/index.vue index 52db565..30ad73d 100644 --- a/pages/activity/GroupRule/index.vue +++ b/pages/activity/GroupRule/index.vue @@ -111,6 +111,7 @@ export default { pinkT: [], //团长信息 storeCombination: [], //拼团产品 pinkId: 0, + uniqueId: "", count: 0, //拼团剩余人数 iShidden: false }; @@ -208,6 +209,7 @@ export default { that.$set(that, "pinkBool", res.data.pinkBool); that.$set(that, "isOk", res.data.isOk); that.$set(that, "currentPinkOrder", res.data.currentPinkOrder); + that.$set(that, "uniqueId", res.data.uniqueId); }); }, //拼团取消