forked from newthuhole/hole_thu_frontend
发表失败详细信息
This commit is contained in:
@@ -416,7 +416,7 @@ export class PostForm extends Component {
|
||||
})
|
||||
.catch((e) => {
|
||||
console.error(e);
|
||||
alert('发表失败');
|
||||
alert('发表失败\n' + e);
|
||||
this.setState({
|
||||
loading_status: 'done',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user