diff --git a/pages/activity/goods_combination_details/index.vue b/pages/activity/goods_combination_details/index.vue
index 03b8e50d..224c07c4 100644
--- a/pages/activity/goods_combination_details/index.vue
+++ b/pages/activity/goods_combination_details/index.vue
@@ -34,16 +34,19 @@
{{ spu.name }}
+
类型:{{ storeInfo.people || 0}}人团
- 累计销量:{{parseFloat(storeInfo.sales) + parseFloat(storeInfo.ficti)}} {{storeInfo.unitName || ''}}
+ 累计销售:{{ spu.salesCount}} {{ spu.unitName }}
-
+
{{ attr }}:{{attrValue}}
+
@@ -60,7 +63,8 @@
-
+
+
@@ -86,6 +90,7 @@
+
查看更多
@@ -97,7 +102,6 @@
拼团玩法
-
@@ -115,11 +119,11 @@
③
满员发货
-
-
+
+
用户评价({{replyCount}})
-
@@ -141,13 +144,14 @@
-
+
-
+
+
单独购买
@@ -180,6 +185,10 @@
+
+
+
@@ -203,7 +212,6 @@
-
@@ -224,12 +232,7 @@
-
-
-
-
diff --git a/pages/activity/goods_seckill_details/index.vue b/pages/activity/goods_seckill_details/index.vue
index d52a4aeb..7b1c0d7b 100644
--- a/pages/activity/goods_seckill_details/index.vue
+++ b/pages/activity/goods_seckill_details/index.vue
@@ -47,14 +47,14 @@
限量: {{ activity.quota ? activity.quota : 0 }} {{ spu.unitName }}
-
+
{{ attrValue.length > 0 ? "已选择" : "请选择" }}:
{{attrValue}}
-
+
@@ -196,7 +196,6 @@
import parser from "@/components/jyf-parser/jyf-parser";
import home from '@/components/home/index.vue'
import countDown from '@/components/countDown';
- import shareRedPackets from '@/components/shareRedPackets';
import { imageBase64 } from "@/api/public";
import { toLogin } from '@/libs/login.js';
import { silenceBindingSpread } from "@/utils";
@@ -277,7 +276,6 @@
}
},
components: {
- shareRedPackets,
productConSwiper,
productWindow,
userEvaluation,