15分钟自命名临时用户

This commit is contained in:
2020-09-08 11:22:17 +08:00
parent 6d4d637585
commit e7d57c9d7a
5 changed files with 52 additions and 4 deletions

View File

@@ -420,7 +420,7 @@ class FlowSidebar extends PureComponent {
this.setState({
loading_status: 'done',
});
alert('设置关注失败');
alert('设置关注失败\n' + e);
console.error(e);
});
}