update
This commit is contained in:
parent
32d5042317
commit
d0269881c9
|
|
@ -25,8 +25,10 @@ function ReplaceModal(props){
|
|||
}
|
||||
}
|
||||
function onSure() {
|
||||
if(!uploadTip){
|
||||
if(!uploadTip && content){
|
||||
onOk && onOk(content);
|
||||
}else{
|
||||
setUploadTip(true);
|
||||
}
|
||||
}
|
||||
return(
|
||||
|
|
|
|||
Loading…
Reference in New Issue