This commit is contained in:
caishi 2020-10-15 09:50:02 +08:00
parent f7fa5291c6
commit 9922b109f8
2 changed files with 2 additions and 5 deletions

View File

@ -163,10 +163,9 @@ function New(props, ref) {
}
//
function sureNew() {
setSpining(true);
// console.log("dfasdfasdfad")
validateFields((error, values) => {
if (!error) {
setSpining(true);
let params = {
forum_id: values.forum_id,
attachment_id: ImgInfo && ImgInfo.attachment_id,
@ -220,8 +219,6 @@ function New(props, ref) {
console.log(error);
});
}
}else{
console.log(error)
}
});
}

View File

@ -33,7 +33,7 @@
border-radius: 50%;
background-color: #21b350;
left: 0px;
top: 14px;
top: 19px;
}
}
}