修复一些状态处理错误

This commit is contained in:
2022-03-27 02:46:32 +08:00
parent bdc6698c45
commit 8877d51656
3 changed files with 16 additions and 11 deletions

View File

@@ -542,7 +542,7 @@ class FlowSidebar extends PureComponent {
alert('举报成功');
})
.catch((e) => {
alert('举报失败');
alert('举报失败\n' + e);
console.error(e);
});
}
@@ -557,7 +557,7 @@ class FlowSidebar extends PureComponent {
!!on_complete && on_complete();
})
.catch((e) => {
alert('拉黑失败');
alert('拉黑失败\n' + e);
console.error(e)
});
}