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 }}人成团 + - - + - - 去拼单 - + + 去拼单 - -