Commit ac4d21a6 by zhanghaozhe

周年庆

parent eb8dfc0a
......@@ -711,7 +711,7 @@ class Anniversary2020 extends Component {
<div className="content">
<div className={'operations'}>
<a href="javascript:void(0);" onClick={() => {
if(user.hasError){
if (user.hasError) {
return history.push('/passport')
}
this.setState({
......@@ -901,7 +901,7 @@ class Anniversary2020 extends Component {
<img
src={item.avatar}
alt="" className={'avatar'}/>
_{item.username}
{item.username}
</td>
<td>{item.member_num}</td>
{
......@@ -1119,7 +1119,7 @@ class Anniversary2020 extends Component {
this.hasMore = true
this.setState({
isShowPrizesRecords: false,
prizeRecordsPagination: 0
prizeRecordsPagination: 0,
});
}}></i>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment