Merge branch 'dev_wenba' of http://git.trustie.net/jasder/forgeplus-react into dev_wenba

This commit is contained in:
sylor_huang@126.com 2020-10-15 10:01:32 +08:00
commit 4de25d36a8
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;
}
}
}