Commit ac4d21a6 by zhanghaozhe

周年庆

parent eb8dfc0a
...@@ -248,7 +248,7 @@ class Anniversary2020 extends Component { ...@@ -248,7 +248,7 @@ class Anniversary2020 extends Component {
} }
getPrizeRecords = (() => { getPrizeRecords = (() => {
let isFetching = false let isFetching = false
return () => { return () => {
if (isFetching || !this.hasMore) { if (isFetching || !this.hasMore) {
return return
...@@ -711,7 +711,7 @@ class Anniversary2020 extends Component { ...@@ -711,7 +711,7 @@ class Anniversary2020 extends Component {
<div className="content"> <div className="content">
<div className={'operations'}> <div className={'operations'}>
<a href="javascript:void(0);" onClick={() => { <a href="javascript:void(0);" onClick={() => {
if(user.hasError){ if (user.hasError) {
return history.push('/passport') return history.push('/passport')
} }
this.setState({ this.setState({
...@@ -901,7 +901,7 @@ class Anniversary2020 extends Component { ...@@ -901,7 +901,7 @@ class Anniversary2020 extends Component {
<img <img
src={item.avatar} src={item.avatar}
alt="" className={'avatar'}/> alt="" className={'avatar'}/>
_{item.username} {item.username}
</td> </td>
<td>{item.member_num}</td> <td>{item.member_num}</td>
{ {
...@@ -1119,7 +1119,7 @@ class Anniversary2020 extends Component { ...@@ -1119,7 +1119,7 @@ class Anniversary2020 extends Component {
this.hasMore = true this.hasMore = true
this.setState({ this.setState({
isShowPrizesRecords: false, isShowPrizesRecords: false,
prizeRecordsPagination: 0 prizeRecordsPagination: 0,
}); });
}}></i> }}></i>
</div> </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