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