From 868901739c0c54fae4a8c29d2f0ae8247cfce901 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Thu, 15 Jun 2023 20:26:03 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=8B=BC=E5=9B=A2=E5=95=86=E5=93=81?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E3=80=91=201.=20=E6=8E=A5=E5=85=A5=20SKU=20?= =?UTF-8?q?=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../goods_combination_details/index.vue | 807 ++++++++---------- .../activity/goods_seckill_details/index.vue | 27 +- 2 files changed, 367 insertions(+), 467 deletions(-) diff --git a/pages/activity/goods_combination_details/index.vue b/pages/activity/goods_combination_details/index.vue index 224c07c4..cdc4bd97 100644 --- a/pages/activity/goods_combination_details/index.vue +++ b/pages/activity/goods_combination_details/index.vue @@ -34,69 +34,70 @@ {{ spu.name }} - - 类型:{{ storeInfo.people || 0}}人团 + 类型:{{ activity.userSize || 0}}人团 累计销售:{{ spu.salesCount}} {{ spu.unitName }} - - - {{ attr }}:{{attrValue}} - + + + {{ attrValue.length > 0 ? "已选择" : "请选择" }}: + {{attrValue}} + + - - + + - 已拼{{pinkOkSum}}件| + 已拼{{ activity.successCount }} {{ spu.unitName }} + | - - + - {{item.nickname}}拼团成功 + {{ item.nickname }}拼团成功 - - - + + + - {{item.nickname}} + {{ item.nickname }} - 还差{{item.count}}人成团 + + 还差{{ item.userSize - item.userCount }}人成团 + - - + - - 去拼单 - + + 去拼单 - -