Commit f84d49ab by zhujian

fix:tianjiaconbsole

parent c2cb1be0
...@@ -74,13 +74,13 @@ class BasicInfo extends React.Component { ...@@ -74,13 +74,13 @@ class BasicInfo extends React.Component {
}; };
handleSelectCover = (file) => { handleSelectCover = (file) => {
console.log(file, 'file122')
if(file){ if (file) {
this.setState({ this.setState({
visible: true, visible: true,
imageFile: file, imageFile: file,
}); });
}else{ } else {
message.warning('请选择文件!') message.warning('请选择文件!')
} }
......
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