Commit 571f8a6d by zhujian

fix

parent b462b3d8
...@@ -50,8 +50,13 @@ function BasicInfo(props) { ...@@ -50,8 +50,13 @@ function BasicInfo(props) {
// 从云盘选择封面 // 从云盘选择封面
function handleSelectCover(file) { function handleSelectCover(file) {
if(file){
setImgClipVisible(true); setImgClipVisible(true);
setImageFile(file); setImageFile(file);
}else{
message.warning('请选择文件!')
}
} }
function getSignature(blob, fileName) { function 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