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 && }
}