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 @@ + 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,