Commit 77dd2292 authored by baixian's avatar baixian

youhua

parent 9f132cf5
...@@ -275,7 +275,7 @@ export default { ...@@ -275,7 +275,7 @@ export default {
courseList, courseList,
} = yield select(state => state.officialtheme); } = yield select(state => state.officialtheme);
if (courseList.length === 0) { if (courseList.length === 0) {
message.error('请先添加课程之后在进行排序', 0.5); message.error('请先添加课程之后在进行保存', 0.5);
return; return;
} }
if (themeSortLoading) { if (themeSortLoading) {
......
...@@ -183,7 +183,7 @@ class AddThemeClassModal extends React.Component { ...@@ -183,7 +183,7 @@ class AddThemeClassModal extends React.Component {
], ],
})(<InputNumber placeholder="请输入" />, })(<InputNumber placeholder="请输入" />,
)} )}
<span className="ant-form-text">多少篇打卡</span> <span className="ant-form-text">篇打卡</span>
</FormItem> </FormItem>
</div> </div>
<div className={pageStyle.commonTitle}>选择跳转课程</div> <div className={pageStyle.commonTitle}>选择跳转课程</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment