switch to user_token

This commit is contained in:
xmcp
2019-02-28 18:34:08 +08:00
parent e354d36243
commit 3ffc0afa92
3 changed files with 17 additions and 17 deletions

View File

@@ -548,7 +548,7 @@ export class Flow extends PureComponent {
show_sidebar={this.props.show_sidebar} mode={this.state.mode} deletion_detect={should_deletion_detect}
/>
{this.state.loading_status==='failed' &&
<div className="box box-tip">
<div className="box box-tip aux-margin">
<a onClick={()=>{this.load_page(this.state.loaded_pages+1)}}>重新加载</a>
</div>
}