提交 e1e899c7 作者: ZhangLingKun

功能:签到问题修复

上级 1a118b3f
...@@ -88,9 +88,9 @@ const RewardsManageView = () => { ...@@ -88,9 +88,9 @@ const RewardsManageView = () => {
{ required: true, message: '请输入签到周期' }, { required: true, message: '请输入签到周期' },
{ pattern: /^[0-9]*$/g, message: '请输入整数' }, { pattern: /^[0-9]*$/g, message: '请输入整数' },
]} ]}
extra='签到周期需在7-100天内'
> >
<InputNumber min={7} max={100} placeholder='请输入签到周期' addonAfter={'天'} /> <InputNumber min={7} max={100} placeholder='请输入签到周期' addonAfter={'天'} />
<div style={{ marginTop: '4px' }}>签到周期需在7-100天内</div>
</Form.Item> </Form.Item>
<Form.Item <Form.Item
label='每日奖励' label='每日奖励'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论