diff --git a/public/react/src/modules/courses/coursesDetail/MyEduChapterupdate.js b/public/react/src/modules/courses/coursesDetail/MyEduChapterupdate.js new file mode 100644 index 000000000..7fdf0f0d5 --- /dev/null +++ b/public/react/src/modules/courses/coursesDetail/MyEduChapterupdate.js @@ -0,0 +1,61 @@ +import React, { Component } from 'react'; +import {getImageUrl} from 'educoder'; +import { Modal} from 'antd'; +import axios from 'axios'; +import './common.css' +//立即章节选择 +class MyEduChapterupdate extends Component { + + constructor(props) { + super(props); + this.state={ + + } + } + + //取消按钮 + modalCancel=()=>{ + + } + + //确认按钮 + setDownload=()=>{ + //立即联系 + // this.props.setNotcompleteds() + } + + + render() { + + return( + +
+
+

内容

+
+
+ this.modalCancel()}>取消 + this.setDownload()}>确定 +
+
+ ) + } +} + +export default MyEduChapterupdate; \ No newline at end of file