Commit f84d49ab by zhujian

fix:tianjiaconbsole

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