+
+
任务名称
+
updateForm({ taskName: e.target.value })}
+ placeholder="请输入任务名称"
+ maxLength={30}
+ className={style.input}
+ />
+
+
+
+
+
+
每日同步数量
+
+
+ {formData.syncCount}
+
+ 条朋友圈
+
+
+
+
+
账号类型
+
+
+
+
+
+
+
+
+ 是否启用
+ updateForm({ enabled: checked })}
+ className={style.switch}
+ />
+
+
+
+
+
+
+
+ );
+ }
+ if (currentStep === 1) {
+ return (
+