forked from Gitlink/forgeplus-react
spining
This commit is contained in:
parent
f7fa5291c6
commit
9922b109f8
|
@ -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)
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
border-radius: 50%;
|
||||
background-color: #21b350;
|
||||
left: 0px;
|
||||
top: 14px;
|
||||
top: 19px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue