From 5a66e71809704d50824bfe0fd01ed07e20f28a55 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 16 Sep 2024 08:18:32 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E3=80=91=E5=B7=AE=E6=BB=A1=E5=87=8F=E6=B4=BB=E5=8A=A8=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E5=A4=96=EF=BC=8Cfrom=20=E5=B2=B3=E7=90=B3=E7=BA=A2?= =?UTF-8?q?=20https://gitee.com/yudaocode/yudao-mall-uniapp/commit/26a18e7?= =?UTF-8?q?e9a78af4ec49f0d07785a0aead22b00cc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/coupon/detail.vue | 15 +++-- pages/goods/seckill.vue | 134 ++++++++++++++++++++++------------------ 2 files changed, 80 insertions(+), 69 deletions(-) diff --git a/pages/coupon/detail.vue b/pages/coupon/detail.vue index d7f53c3..2fca525 100644 --- a/pages/coupon/detail.vue +++ b/pages/coupon/detail.vue @@ -38,8 +38,8 @@ state.coupon.status === 1 ? '可使用' : state.coupon.status === 2 - ? '已使用' - : '已过期' + ? '已使用' + : '已过期' }} @@ -57,7 +57,6 @@ 优惠券类型 {{ state.coupon.discountType === 1 ? '满减券' : '折扣券' }} - @@ -282,11 +281,11 @@ .detail-wrap { background: linear-gradient( - 180deg, - var(--ui-BG-Main), - var(--ui-BG-Main-gradient), - var(--ui-BG-Main), - #fff + 180deg, + var(--ui-BG-Main), + var(--ui-BG-Main-gradient), + var(--ui-BG-Main), + #fff ); } diff --git a/pages/goods/seckill.vue b/pages/goods/seckill.vue index 2e4118e..004efc7 100644 --- a/pages/goods/seckill.vue +++ b/pages/goods/seckill.vue @@ -6,13 +6,26 @@ - + - + @@ -59,9 +72,14 @@ - + @@ -73,25 +91,36 @@ - -