From be1200df639983d3dc5e85974aed77a40d0f4595 Mon Sep 17 00:00:00 2001
From: yangwenhua <1289978696@qq.com>
Date: Wed, 12 Oct 2022 16:09:40 +0800
Subject: [PATCH] =?UTF-8?q?=E9=98=B6=E6=A2=AF=E3=80=81=E5=BE=AA=E7=8E=AF?=
=?UTF-8?q?=E6=B4=BB=E5=8A=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/CouponDelivery/index.jsx | 4 +-
.../components/FreeCouponMoney/index.jsx | 8 +-
.../components/FreeGoodsMoney/index.jsx | 4 +-
.../components/FullDecrement/index.jsx | 4 +-
.../components/LadderExchange/index.jsx | 697 +++++++++++++++++-
.../components/PriceIncrease/index.jsx | 4 +-
.../components/SpecialOffer/index.jsx | 7 +
src/pages/activity/activityStart/index.jsx | 15 +-
8 files changed, 712 insertions(+), 31 deletions(-)
diff --git a/src/pages/activity/activityStart/components/CouponDelivery/index.jsx b/src/pages/activity/activityStart/components/CouponDelivery/index.jsx
index 8182e83..66c2489 100644
--- a/src/pages/activity/activityStart/components/CouponDelivery/index.jsx
+++ b/src/pages/activity/activityStart/components/CouponDelivery/index.jsx
@@ -434,8 +434,8 @@ const CouponDelivery = () => {
diff --git a/src/pages/activity/activityStart/components/FreeCouponMoney/index.jsx b/src/pages/activity/activityStart/components/FreeCouponMoney/index.jsx
index 7245163..e6776fa 100644
--- a/src/pages/activity/activityStart/components/FreeCouponMoney/index.jsx
+++ b/src/pages/activity/activityStart/components/FreeCouponMoney/index.jsx
@@ -415,8 +415,8 @@ const FreeCouponMoney = () => {
+
+
+ 点击参与(需要用户主动点击)
+ 自动参与(满足特定条件自动参与)
+
+
+
{
- { currentActivityType === 1 && }
- { currentActivityType === 2 && }
- { currentActivityType === 3 && }
- { currentActivityType === 4 && }
- { currentActivityType === 5 && }
- { (currentActivityType === 6 || currentActivityType === 7) && }
- { currentActivityType === 8 && }
+ {currentActivityType === 1 && }
+ {currentActivityType === 2 && }
+ {currentActivityType === 3 && }
+ {currentActivityType === 4 && }
+ {currentActivityType === 5 && }
+ {currentActivityType === 6 && }
+ {currentActivityType === 7 && }
+ {currentActivityType === 8 && }
}