From 8c44bbee309d42ae80c10daa1a08227202cfb153 Mon Sep 17 00:00:00 2001
From: GaoHao <1210693421@qq.com>
Date: Wed, 20 Nov 2024 14:19:17 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E6=83=A0=E5=88=B8=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pageCoupon/discountCoupons.vue | 15 +++++++++------
pageCoupon/editCertificate.vue | 4 ++--
pageCoupon/index.vue | 8 ++++----
3 files changed, 15 insertions(+), 12 deletions(-)
diff --git a/pageCoupon/discountCoupons.vue b/pageCoupon/discountCoupons.vue
index a382ff5..f596c45 100644
--- a/pageCoupon/discountCoupons.vue
+++ b/pageCoupon/discountCoupons.vue
@@ -8,9 +8,9 @@
- 使用门槛
+ 使用门槛2
- 满元,减元
+ 满元,减元
@@ -35,13 +35,15 @@
有效期(天)
-
+
- 隔天生效
+ 隔天生效
+
+
- 隔天生效
+ 隔天生效
@@ -79,7 +81,7 @@
总发放数量
-
+
@@ -311,6 +313,7 @@
height: 150rpx;
width: 100%;
background-color: #fff;
+ z-index: 9;
>button {
width: 530rpx;
margin: 30rpx 0;
diff --git a/pageCoupon/editCertificate.vue b/pageCoupon/editCertificate.vue
index aa2048b..132cfb6 100644
--- a/pageCoupon/editCertificate.vue
+++ b/pageCoupon/editCertificate.vue
@@ -10,13 +10,13 @@
使用门槛
- 满元,可用
+ 满元,可用
总发放数量
-
+
diff --git a/pageCoupon/index.vue b/pageCoupon/index.vue
index 0a326e7..71d7501 100644
--- a/pageCoupon/index.vue
+++ b/pageCoupon/index.vue
@@ -36,10 +36,10 @@
满 {{ item.fullAmount }} 元减 {{ item.discountAmount }} 元
满 {{ item.fullAmount }} 元可用
-
+
有效期
领券后{{ item.validDays }}天过期
@@ -197,7 +197,7 @@
padding: 32rpx 28rpx;
background-color: #fff;
position: fixed;
- top: 79rpx;
+ top: 0rpx;
z-index: 999;
.tag-item {
display: inline-block;
@@ -253,7 +253,7 @@
/* height: 544rpx; */
margin: 32rpx auto 0;
margin-bottom: 32rpx;
- padding: 122rpx 28rpx 182rpx 28rpx;
+ padding: 70rpx 28rpx 182rpx 28rpx;
}
.couponContent {
/* background-color: #f9f9f9; */