Merge branch 'master' of gitee.com:spark-community-works-collections/wewechat-plus-plus into auto-4915358-master-5949a09a
Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
@@ -73,7 +73,7 @@ export default class Settings extends Component {
|
||||
user && (
|
||||
<li className={classes.user}>
|
||||
<Avatar src={this.props.user.User.HeadImgUrl} />
|
||||
<button onClick={e => this.props.logout()}>Logout</button>
|
||||
<button onClick={e => this.props.logout()}>登出</button>
|
||||
</li>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user