发表失败详细信息

This commit is contained in:
2020-09-07 14:26:39 +08:00
parent 8bca6e5b1e
commit f70ce23843

View File

@@ -416,7 +416,7 @@ export class PostForm extends Component {
}) })
.catch((e) => { .catch((e) => {
console.error(e); console.error(e);
alert('发表失败'); alert('发表失败\n' + e);
this.setState({ this.setState({
loading_status: 'done', loading_status: 'done',
}); });