From 04350dc5c2511dc85e639a4ab65372f4111c1307 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Wed, 14 Jun 2023 21:21:01 +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=E5=88=9D=E6=AD=A5=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85=E7=9A=84=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../goods_combination_details/index.vue | 35 ++++++++++--------- .../activity/goods_seckill_details/index.vue | 6 ++-- 2 files changed, 21 insertions(+), 20 deletions(-) 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,