Commit 5d95ba33 by wufan

Merge branch 'feature/wufan/20210701/course-B-reform' into dev

parents 57558264 6379bb7a
......@@ -481,6 +481,10 @@ class AddVideoCourse extends React.Component {
})
}
handleSelectCover = (file) => {
if(!file){
message.info("请选择文件!");
return;
}
this.setState({
visible: true,
imageFile:file
......
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